diff options
Diffstat (limited to 'ext/standard/file.h')
| -rw-r--r-- | ext/standard/file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/file.h b/ext/standard/file.h index 636499e23c..0107631d1d 100644 --- a/ext/standard/file.h +++ b/ext/standard/file.h @@ -71,5 +71,6 @@ PHPAPI int php_file_le_fopen(void); PHPAPI int php_file_le_popen(void); PHPAPI int php_file_le_socket(void); PHPAPI int php_file_le_uploads(void); +PHPAPI int php_copy_file(char *src, char *dest); #endif /* FILE_H */ |
