From 1e438060af7f6c9e6bbf5530cd7bbcd96b8c0f48 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Wed, 17 May 2000 19:50:22 +0000 Subject: [PATCH] proto corrected --- ext/sysvshm/sysvshm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.50.1