summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2001-05-24 12:54:05 +0000
committerAndi Gutmans <andi@php.net>2001-05-24 12:54:05 +0000
commitfe1dbf644f6b976d8d1c6753fd1b6fdd861ced27 (patch)
tree97f79cfbddfa14ea79e8f49e617a00b78aaf544a
parent2cb13b0cf3de5f6517e24cef7efbfabb60193cbf (diff)
downloadphp-git-fe1dbf644f6b976d8d1c6753fd1b6fdd861ced27.tar.gz
- Add prototype.
-rw-r--r--ext/standard/exec.h2
1 files changed, 2 insertions, 0 deletions
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 */