diff options
author | Zeev Suraski <zeev@php.net> | 1999-12-18 04:01:20 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-12-18 04:01:20 +0000 |
commit | 3ee4e65c95fa8eb5366569a22ffd6e09ce9741f1 (patch) | |
tree | 20bbcd96e0f6c1483c87a00273bcdc1ec94a097a /ext/standard/file.h | |
parent | 8a581c3536e1c4fab7ecfa4e1c044d3e5ebc5ab2 (diff) | |
download | php-git-3ee4e65c95fa8eb5366569a22ffd6e09ce9741f1.tar.gz |
More php3_ annihilation
Diffstat (limited to 'ext/standard/file.h')
-rw-r--r-- | ext/standard/file.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/file.h b/ext/standard/file.h index 30e48a4467..231935ef56 100644 --- a/ext/standard/file.h +++ b/ext/standard/file.h @@ -29,7 +29,7 @@ /* $Id$ */ -/* Synced with php3 revision 1.30 1999-06-16 [ssb] */ +/* Synced with php 3.0 revision 1.30 1999-06-16 [ssb] */ #ifndef _FILE_H #define _FILE_H @@ -72,7 +72,7 @@ PHP_FUNCTION(fd_set); PHP_FUNCTION(fd_isset); PHP_FUNCTION(select); -PHPAPI int _php3_set_sock_blocking(int socketd, int block); +PHPAPI int php_set_sock_blocking(int socketd, int block); PHPAPI int php_file_le_fopen(void); PHPAPI int php_file_le_socket(void); PHPAPI int php_file_le_uploads(void); |