diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2000-05-17 19:50:22 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2000-05-17 19:50:22 +0000 |
commit | 1e438060af7f6c9e6bbf5530cd7bbcd96b8c0f48 (patch) | |
tree | b1b6df6a660a2afe2649545287a249f5c70fd55d | |
parent | 11acad981ce954b42f4069c561cd73a88a318999 (diff) | |
download | php-git-1e438060af7f6c9e6bbf5530cd7bbcd96b8c0f48.tar.gz |
proto corrected
-rw-r--r-- | ext/sysvshm/sysvshm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sysvshm/sysvshm.c b/ext/sysvshm/sysvshm.c index 359f33abcf..daf082077b 100644 --- a/ext/sysvshm/sysvshm.c +++ b/ext/sysvshm/sysvshm.c @@ -201,7 +201,7 @@ PHP_FUNCTION(shm_remove) -/* {{{ proto int shm_put(int id, int key, object *variable) +/* {{{ proto int shm_put_var(int id, int key, object *variable) Insert a variable into shared memory */ PHP_FUNCTION(shm_put_var) { |