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

114. [cleanup] <isc/sockaddr.h> does not need <isc/buffer.h> or <isc/list.h>.

This commit is contained in:
David Lawrence
2000-04-27 23:29:28 +00:00
parent 1d2f2d7c9a
commit 2cc1d2536d
3 changed files with 8 additions and 9 deletions

View File

@@ -18,14 +18,10 @@
#ifndef ISC_SOCKADDR_H
#define ISC_SOCKADDR_H 1
#include <isc/buffer.h>
#include <isc/net.h>
#include <isc/list.h>
#include <isc/lang.h>
#include <isc/types.h>
ISC_LANG_BEGINDECLS
struct isc_sockaddr {
union {
struct sockaddr sa;
@@ -38,6 +34,8 @@ struct isc_sockaddr {
typedef ISC_LIST(struct isc_sockaddr) isc_sockaddrlist_t;
ISC_LANG_BEGINDECLS
isc_boolean_t
isc_sockaddr_equal(const isc_sockaddr_t *a, const isc_sockaddr_t *b);