summaryrefslogtreecommitdiff
path: root/ext/standard/exec.h
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2007-11-05 14:06:53 +0000
committerJani Taskinen <jani@php.net>2007-11-05 14:06:53 +0000
commit1eb067476f4d2db0d77708099dd3993ed620b6a8 (patch)
tree878d09cdad1b1dd8936631c8e9c092eb2173eb12 /ext/standard/exec.h
parenta0b0d132fe68695eef68800697a76f6e6cf26bd2 (diff)
downloadphp-git-1eb067476f4d2db0d77708099dd3993ed620b6a8.tar.gz
MFH: sync
Diffstat (limited to 'ext/standard/exec.h')
-rw-r--r--ext/standard/exec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/exec.h b/ext/standard/exec.h
index 655085e0b4..6e2d7f52df 100644
--- a/ext/standard/exec.h
+++ b/ext/standard/exec.h
@@ -36,6 +36,6 @@ PHP_MINIT_FUNCTION(proc_open);
PHPAPI char *php_escape_shell_cmd(char *);
PHPAPI char *php_escape_shell_arg(char *);
-int php_exec(int type, char *cmd, zval *array, zval *return_value TSRMLS_DC);
+PHPAPI int php_exec(int type, char *cmd, zval *array, zval *return_value TSRMLS_DC);
#endif /* EXEC_H */