From 3f158be18a9950265312a2937dd174c080e4499b Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Sat, 12 Aug 2000 20:45:48 +0000 Subject: [PATCH] Some protos corrected. --- ext/sysvshm/sysvshm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/sysvshm/sysvshm.c b/ext/sysvshm/sysvshm.c index d3cb319d4b..576fd2c13d 100644 --- a/ext/sysvshm/sysvshm.c +++ b/ext/sysvshm/sysvshm.c @@ -201,7 +201,7 @@ PHP_FUNCTION(shm_remove) -/* {{{ proto int shm_put_var(int shm_identifier, int variable_key, mixed_variable) +/* {{{ proto int shm_put_var(int shm_identifier, int variable_key, mixed variable) Inserts or updates a variable in shared memory */ PHP_FUNCTION(shm_put_var) { @@ -293,7 +293,7 @@ PHP_FUNCTION(shm_get_var) } /* }}} */ -/* {{{ proto int shm_remove_var(int id, variable_key) +/* {{{ proto int shm_remove_var(int id, int variable_key) Removes variable from shared memory */ PHP_FUNCTION(shm_remove_var) { -- 2.40.0