From: Andi Gutmans Date: Thu, 24 May 2001 12:54:05 +0000 (+0000) Subject: - Add prototype. X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~243 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe1dbf644f6b976d8d1c6753fd1b6fdd861ced27;p=php - Add prototype. --- diff --git a/ext/standard/exec.h b/ext/standard/exec.h index f89a68145b..fd92e65c3e 100644 --- a/ext/standard/exec.h +++ b/ext/standard/exec.h @@ -29,4 +29,6 @@ PHP_FUNCTION(passthru); PHP_FUNCTION(shell_exec); char *php_escape_shell_cmd(char *); +int php_Exec(int type, char *cmd, pval *array, pval *return_value); + #endif /* EXEC_H */