summaryrefslogtreecommitdiff
path: root/ext/standard/exec.h
diff options
context:
space:
mode:
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 */