X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fsamba-autobuild%2F.git;a=blobdiff_plain;f=source4%2Flib%2Fsocket%2Fnetif.h;h=1d90a4fd1391f4f7e7c5549fa350de9e265418d1;hp=417c6e074fdbcc2b410c624d8d4a6984423ca3b1;hb=f346a737855bb5018978f0fcf1dcafbf5dc7e603;hpb=9d3d3320928e43a972b88024a52986331d0dbee0 diff --git a/source4/lib/socket/netif.h b/source4/lib/socket/netif.h index 417c6e074fd..1d90a4fd139 100644 --- a/source4/lib/socket/netif.h +++ b/source4/lib/socket/netif.h @@ -20,17 +20,5 @@ */ #include "system/network.h" - -struct iface_struct { - char name[16]; - struct in_addr ip; - struct in_addr netmask; -}; - -struct interface; - -#define MAX_INTERFACES 128 - -#ifndef AUTOCONF_TEST +#include "lib/socket/interfaces.h" #include "lib/socket/netif_proto.h" -#endif