summaryrefslogtreecommitdiff
path: root/ext/sockets/php_sockets.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2007-05-19 17:58:22 +0000
committerIlia Alshanetsky <iliaa@php.net>2007-05-19 17:58:22 +0000
commit9db4812366860d36956d58c03df1804e6330f8f1 (patch)
treed244aa90a41c53f89eff34cebf8217ca89996d44 /ext/sockets/php_sockets.h
parentc8a694eb4574e4e7d71d5836b8dc87ee95b6c08b (diff)
downloadphp-git-9db4812366860d36956d58c03df1804e6330f8f1.tar.gz
Remove pointless RINIT
Diffstat (limited to 'ext/sockets/php_sockets.h')
-rw-r--r--ext/sockets/php_sockets.h1
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);