]> granicus.if.org Git - php/commitdiff
Added missing API function declaration.
authorHannes Magnusson <bjori@php.net>
Fri, 13 Oct 2006 09:34:34 +0000 (09:34 +0000)
committerHannes Magnusson <bjori@php.net>
Fri, 13 Oct 2006 09:34:34 +0000 (09:34 +0000)
ext/standard/file.h

index 9d1836141d5b0375c84d4c568ca9c4f8d4bc2a71..7a2fde1e22baebdb78ee5ada59f412f5343ee4af 100644 (file)
@@ -72,6 +72,7 @@ PHP_MINIT_FUNCTION(user_streams);
 PHPAPI int php_le_stream_context(void);
 PHPAPI int php_set_sock_blocking(int socketd, int block TSRMLS_DC);
 PHPAPI int php_copy_file(char *src, char *dest TSRMLS_DC);
+PHPAPI int php_copy_file_ex(char *src, char *dest, int src_chk TSRMLS_DC);
 PHPAPI int php_mkdir_ex(char *dir, long mode, int options TSRMLS_DC);
 PHPAPI int php_mkdir(char *dir, long mode TSRMLS_DC);
 PHPAPI void php_fgetcsv(php_stream *stream, char delimiter, char enclosure, size_t buf_len, char *buf, zval *return_value TSRMLS_DC);