]> granicus.if.org Git - php/commitdiff
- Add prototype.
authorAndi Gutmans <andi@php.net>
Thu, 24 May 2001 12:54:05 +0000 (12:54 +0000)
committerAndi Gutmans <andi@php.net>
Thu, 24 May 2001 12:54:05 +0000 (12:54 +0000)
ext/standard/exec.h

index f89a68145bed973eb92b1a478d2e96d8e9f45f1d..fd92e65c3ec7c81ca376399c8bb108624ddcfbaf 100644 (file)
@@ -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 */