summaryrefslogtreecommitdiff
path: root/ext/standard/exec.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-12-18 04:01:20 +0000
committerZeev Suraski <zeev@php.net>1999-12-18 04:01:20 +0000
commit3ee4e65c95fa8eb5366569a22ffd6e09ce9741f1 (patch)
tree20bbcd96e0f6c1483c87a00273bcdc1ec94a097a /ext/standard/exec.h
parent8a581c3536e1c4fab7ecfa4e1c044d3e5ebc5ab2 (diff)
downloadphp-git-3ee4e65c95fa8eb5366569a22ffd6e09ce9741f1.tar.gz
More php3_ annihilation
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 a9e6a1e32d..361554b33b 100644
--- a/ext/standard/exec.h
+++ b/ext/standard/exec.h
@@ -39,5 +39,5 @@ PHP_FUNCTION(escapeshellcmd);
PHP_FUNCTION(passthru);
PHP_FUNCTION(shell_exec);
-char *_php3_escapeshellcmd(char *);
+char *php_escape_shell_cmd(char *);
#endif /* _EXEC_H */