From: Andrei Zmievski Date: Fri, 11 Feb 2000 19:19:06 +0000 (+0000) Subject: Fix prototype. X-Git-Tag: BEFORE_SAPI_POST_PATCH_17_FEB_2000~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f4b9aa812fbca823d53aee06452de300cf4b8cb;p=php Fix prototype. --- diff --git a/ext/standard/exec.c b/ext/standard/exec.c index 5f009d508d..e6b61a422a 100644 --- a/ext/standard/exec.c +++ b/ext/standard/exec.c @@ -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) {