]> granicus.if.org Git - php/commitdiff
fix prototype
authorSascha Schumann <sas@php.net>
Thu, 29 May 2003 17:39:00 +0000 (17:39 +0000)
committerSascha Schumann <sas@php.net>
Thu, 29 May 2003 17:39:00 +0000 (17:39 +0000)
ext/session/session.c

index b52c09d1358715b9d8f9df83e61e0c575eb4abb9..ca7b9d7a3e2597ab85fc58d8d7f3415428bfc7a1 100644 (file)
@@ -1270,7 +1270,7 @@ PHP_FUNCTION(session_id)
 }
 /* }}} */
 
-/* {{{ proto string session_regenerate_id()
+/* {{{ proto bool session_regenerate_id()
    Update the current session id with a newly generated one. */
 PHP_FUNCTION(session_regenerate_id)
 {