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/dns.h | |
parent | 5a4c63db531a762e2a2de025b0583293b1e7c679 (diff) | |
download | php-git-39691bed9e9ce9480b2ee80edd275dca67ec840f.tar.gz |
conv_proto *.[ch]
Diffstat (limited to 'ext/standard/dns.h')
-rw-r--r-- | ext/standard/dns.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/standard/dns.h b/ext/standard/dns.h index c9f3706848..9d2c6cec0b 100644 --- a/ext/standard/dns.h +++ b/ext/standard/dns.h @@ -34,12 +34,12 @@ #ifndef _DNS_H #define _DNS_H -extern void php3_gethostbyaddr(INTERNAL_FUNCTION_PARAMETERS); -extern void php3_gethostbyname(INTERNAL_FUNCTION_PARAMETERS); -extern void php3_gethostbynamel(INTERNAL_FUNCTION_PARAMETERS); +PHP_FUNCTION(gethostbyaddr); +PHP_FUNCTION(gethostbyname); +PHP_FUNCTION(gethostbynamel); #if !(WIN32|WINNT)||(HAVE_BINDLIB) -extern void php3_checkdnsrr(INTERNAL_FUNCTION_PARAMETERS); -extern void php3_getmxrr(INTERNAL_FUNCTION_PARAMETERS); +PHP_FUNCTION(checkdnsrr); +PHP_FUNCTION(getmxrr); #endif #ifndef INT16SZ |