Fix prototype.

This commit is contained in:
Andrei Zmievski 2000-02-11 19:19:06 +00:00
parent 6a79c379cc
commit 0f4b9aa812

View 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)
{