diff options
| author | Andi Gutmans <andi@php.net> | 2001-05-24 12:54:05 +0000 |
|---|---|---|
| committer | Andi Gutmans <andi@php.net> | 2001-05-24 12:54:05 +0000 |
| commit | fe1dbf644f6b976d8d1c6753fd1b6fdd861ced27 (patch) | |
| tree | 97f79cfbddfa14ea79e8f49e617a00b78aaf544a | |
| parent | 2cb13b0cf3de5f6517e24cef7efbfabb60193cbf (diff) | |
| download | php-git-fe1dbf644f6b976d8d1c6753fd1b6fdd861ced27.tar.gz | |
- Add prototype.
| -rw-r--r-- | ext/standard/exec.h | 2 |
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 */ |
