From 0f4b9aa812fbca823d53aee06452de300cf4b8cb Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Fri, 11 Feb 2000 19:19:06 +0000 Subject: [PATCH] Fix prototype. --- ext/standard/exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.50.1