diff options
author | Sascha Schumann <sas@php.net> | 1999-05-16 11:19:26 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-05-16 11:19:26 +0000 |
commit | 39691bed9e9ce9480b2ee80edd275dca67ec840f (patch) | |
tree | 1157b0b5da25c06762da69493874e66e308e4c9c /ext/standard/exec.h | |
parent | 5a4c63db531a762e2a2de025b0583293b1e7c679 (diff) | |
download | php-git-39691bed9e9ce9480b2ee80edd275dca67ec840f.tar.gz |
conv_proto *.[ch]
Diffstat (limited to 'ext/standard/exec.h')
-rw-r--r-- | ext/standard/exec.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/standard/exec.h b/ext/standard/exec.h index f8062ba828..a9e6a1e32d 100644 --- a/ext/standard/exec.h +++ b/ext/standard/exec.h @@ -33,10 +33,10 @@ #ifndef _EXEC_H #define _EXEC_H -extern void php3_system(INTERNAL_FUNCTION_PARAMETERS); -extern void php3_exec(INTERNAL_FUNCTION_PARAMETERS); -extern void php3_escapeshellcmd(INTERNAL_FUNCTION_PARAMETERS); -extern void php3_passthru(INTERNAL_FUNCTION_PARAMETERS); +PHP_FUNCTION(system); +PHP_FUNCTION(exec); +PHP_FUNCTION(escapeshellcmd); +PHP_FUNCTION(passthru); PHP_FUNCTION(shell_exec); char *_php3_escapeshellcmd(char *); |