summaryrefslogtreecommitdiff
path: root/ext/sysvmsg/php_sysvmsg.h
diff options
context:
space:
mode:
authorNuno Lopes <nlopess@php.net>2007-01-08 22:34:07 +0000
committerNuno Lopes <nlopess@php.net>2007-01-08 22:34:07 +0000
commit1790b055915cae2f7dbd91c7d752cc69f921e45e (patch)
tree7d604c33b11b2f530eb7599befc2811a456b30bb /ext/sysvmsg/php_sysvmsg.h
parentec66c5be3d62b90c0031906f2cbfb51efe62134e (diff)
downloadphp-git-1790b055915cae2f7dbd91c7d752cc69f921e45e.tar.gz
remove useless MSHUTDOWN function
Diffstat (limited to 'ext/sysvmsg/php_sysvmsg.h')
-rw-r--r--ext/sysvmsg/php_sysvmsg.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/sysvmsg/php_sysvmsg.h b/ext/sysvmsg/php_sysvmsg.h
index 30fa1d3844..70be76720a 100644
--- a/ext/sysvmsg/php_sysvmsg.h
+++ b/ext/sysvmsg/php_sysvmsg.h
@@ -40,9 +40,6 @@ extern zend_module_entry sysvmsg_module_entry;
#endif
PHP_MINIT_FUNCTION(sysvmsg);
-PHP_MSHUTDOWN_FUNCTION(sysvmsg);
-PHP_RINIT_FUNCTION(sysvmsg);
-PHP_RSHUTDOWN_FUNCTION(sysvmsg);
PHP_MINFO_FUNCTION(sysvmsg);
PHP_FUNCTION(msg_get_queue);