Browse Source

- Add prototype.

experimental/pre_new_hash_func
Andi Gutmans 25 years ago
parent
commit
fe1dbf644f
  1. 2
      ext/standard/exec.h

2
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 */
Loading…
Cancel
Save