From: Egon Schmid Date: Sat, 12 Aug 2000 20:45:48 +0000 (+0000) Subject: Some protos corrected. X-Git-Tag: php-4.0.2RC1~133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f158be18a9950265312a2937dd174c080e4499b;p=php Some protos corrected. --- 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) {