diff options
author | Kristian Köhntopp <kk@php.net> | 2000-03-12 19:42:29 +0000 |
---|---|---|
committer | Kristian Köhntopp <kk@php.net> | 2000-03-12 19:42:29 +0000 |
commit | 85940d676f753b550d3abe8756e9e07e2bfba4d5 (patch) | |
tree | ed1ed5f45d34e630e6dada7986f5384c8b61085c /ext/standard/file.h | |
parent | fa5ab18f2e6464465216f62f3e2da095b39d0493 (diff) | |
download | php-git-85940d676f753b550d3abe8756e9e07e2bfba4d5.tar.gz |
Finished porting recode module.
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 3d60850035..b2ff0f4f22 100644 --- a/ext/standard/file.h +++ b/ext/standard/file.h @@ -76,6 +76,7 @@ PHP_FUNCTION(fstat); PHPAPI int php_set_sock_blocking(int socketd, int block); 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); |