2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

136. [cleanup] <isc/commandline.h>, <isc/interfaceiter.h>,

<isc/net.h> and Win32's <isc/thread.h> needed
                        ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS.
This commit is contained in:
David Lawrence
2000-04-28 22:09:15 +00:00
parent 390b2077fc
commit 027212247d
6 changed files with 37 additions and 14 deletions

View File

@@ -64,6 +64,7 @@
/***
*** Imports.
***/
#include <isc/lang.h>
#include <isc/platform.h>
#include <sys/types.h>
@@ -119,6 +120,8 @@ typedef isc_uint16_t in_port_t;
*** Functions.
***/
ISC_LANG_BEGINDECLS
isc_result_t
isc_net_probeipv4(void);
/*
@@ -158,12 +161,6 @@ int isc_net_aton(const char *cp, struct in_addr *addr);
#define inet_aton isc_net_aton
#endif
/*
* Tell emacs to use C mode for this file.
*
* Local Variables:
* mode: c
* End:
*/
ISC_LANG_ENDDECLS
#endif /* ISC_NET_H */