diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2007-05-28 23:33:13 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2007-05-28 23:33:13 +0000 |
commit | 3821f0c45acc490e6b5d80494f74798049e9cd15 (patch) | |
tree | 9d25df9de8d1c974f4e5201984bb98d2d6835732 /ext/sockets/php_sockets.h | |
parent | de573ba7ff35e1d9f338e574067997745db54352 (diff) | |
download | php-git-3821f0c45acc490e6b5d80494f74798049e9cd15.tar.gz |
MFB
Diffstat (limited to 'ext/sockets/php_sockets.h')
-rw-r--r-- | ext/sockets/php_sockets.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/sockets/php_sockets.h b/ext/sockets/php_sockets.h index b3f49a0f93..b89f4f6eb4 100644 --- a/ext/sockets/php_sockets.h +++ b/ext/sockets/php_sockets.h @@ -41,7 +41,6 @@ extern zend_module_entry sockets_module_entry; PHP_MINIT_FUNCTION(sockets); PHP_MINFO_FUNCTION(sockets); -PHP_RINIT_FUNCTION(sockets); PHP_RSHUTDOWN_FUNCTION(sockets); PHP_FUNCTION(socket_select); |