summaryrefslogtreecommitdiff
path: root/ext/standard/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/file.h')
-rw-r--r--ext/standard/file.h1
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 */