From: Hartmut Holzgraefe Date: Wed, 17 May 2000 19:50:22 +0000 (+0000) Subject: proto corrected X-Git-Tag: php-4.0.0~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e438060af7f6c9e6bbf5530cd7bbcd96b8c0f48;p=php proto corrected --- 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) {