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/php3_syslog.h | |
parent | 5a4c63db531a762e2a2de025b0583293b1e7c679 (diff) | |
download | php-git-39691bed9e9ce9480b2ee80edd275dca67ec840f.tar.gz |
conv_proto *.[ch]
Diffstat (limited to 'ext/standard/php3_syslog.h')
-rw-r--r-- | ext/standard/php3_syslog.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/standard/php3_syslog.h b/ext/standard/php3_syslog.h index 458e597254..2353d53bc2 100644 --- a/ext/standard/php3_syslog.h +++ b/ext/standard/php3_syslog.h @@ -38,10 +38,10 @@ extern php3_module_entry syslog_module_entry; extern int php3_minit_syslog(INIT_FUNC_ARGS); extern int php3_rinit_syslog(INIT_FUNC_ARGS); extern int php3_rshutdown_syslog(SHUTDOWN_FUNC_ARGS); -extern void php3_openlog(INTERNAL_FUNCTION_PARAMETERS); -extern void php3_syslog(INTERNAL_FUNCTION_PARAMETERS); -extern void php3_closelog(INTERNAL_FUNCTION_PARAMETERS); -extern void php3_define_syslog_variables(INTERNAL_FUNCTION_PARAMETERS); +PHP_FUNCTION(openlog); +PHP_FUNCTION(syslog); +PHP_FUNCTION(closelog); +PHP_FUNCTION(define_syslog_variables); #else #define syslog_module_ptr NULL |