summaryrefslogtreecommitdiff
path: root/ext/sysvmsg/php_sysvmsg.h
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2007-11-20 21:24:35 +0000
committerJohannes Schlüter <johannes@php.net>2007-11-20 21:24:35 +0000
commite630ee25d6e756c31ebdd4112d0acd783279b155 (patch)
tree54e7ccdfb6b00f3e8c6cdd15ea57cf2a619e0ebc /ext/sysvmsg/php_sysvmsg.h
parente8621c99b28242fad38392b46fdad6c089701262 (diff)
downloadphp-git-e630ee25d6e756c31ebdd4112d0acd783279b155.tar.gz
Add msg_queue_exists() function (Benjamin Schulz)
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;