]> granicus.if.org Git - php/commitdiff
Fix prototype.
authorAndrei Zmievski <andrei@php.net>
Fri, 11 Feb 2000 19:19:06 +0000 (19:19 +0000)
committerAndrei Zmievski <andrei@php.net>
Fri, 11 Feb 2000 19:19:06 +0000 (19:19 +0000)
ext/standard/exec.c

index 5f009d508d0ac9c9bf5ad0405a23d4b276890274..e6b61a422aefce8b0635337a30c0e1eb52d5c72b 100644 (file)
@@ -258,7 +258,7 @@ PHP_FUNCTION(system)
 }
 /* }}} */
 
-/* {{{ proto int passthru(string command [, int return_value])
+/* {{{ proto void passthru(string command [, int return_value])
    Execute an external program and display raw output */
 PHP_FUNCTION(passthru)
 {