summaryrefslogtreecommitdiff
path: root/ext/sysvmsg/php_sysvmsg.h
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2007-11-20 21:25:10 +0000
committerJohannes Schlüter <johannes@php.net>2007-11-20 21:25:10 +0000
commit611a56fababe4a74297161b1827c13c0a1c67846 (patch)
treef47cd54572915f5815c8987491598fe9c97781e2 /ext/sysvmsg/php_sysvmsg.h
parente077331077fac8232259d4872008c2c5724f8eab (diff)
downloadphp-git-611a56fababe4a74297161b1827c13c0a1c67846.tar.gz
MFH: Add msg_queue_exists() function (Benjamin Schulz) [DOC]
Diffstat (limited to 'ext/sysvmsg/php_sysvmsg.h')
-rw-r--r--ext/sysvmsg/php_sysvmsg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/sysvmsg/php_sysvmsg.h b/ext/sysvmsg/php_sysvmsg.h
index 70be76720a..d98edd4da1 100644
--- a/ext/sysvmsg/php_sysvmsg.h
+++ b/ext/sysvmsg/php_sysvmsg.h
@@ -48,6 +48,7 @@ PHP_FUNCTION(msg_stat_queue);
PHP_FUNCTION(msg_set_queue);
PHP_FUNCTION(msg_send);
PHP_FUNCTION(msg_receive);
+PHP_FUNCTION(msg_queue_exists);
typedef struct {
key_t key;