]> granicus.if.org Git - php/commitdiff
Some protos corrected.
authorEgon Schmid <eschmid@php.net>
Sat, 12 Aug 2000 20:45:48 +0000 (20:45 +0000)
committerEgon Schmid <eschmid@php.net>
Sat, 12 Aug 2000 20:45:48 +0000 (20:45 +0000)
ext/sysvshm/sysvshm.c

index d3cb319d4b70404886a7d926b1c9b172a077bd1c..576fd2c13dae045b688f7b5d5505e4d765016798 100644 (file)
@@ -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)
 {