preparing for release of alpha.0.4
[Samba/gbeck.git] / source / include / interfaces.h
blobae5905e682e73925a5cd4a53635ba54602b1ef47
1 /*
2 This structure is used by lib/interfaces.c to return the list of network
3 interfaces on the machine
4 */
6 struct iface_struct {
7 char name[16];
8 struct in_addr ip;
9 struct in_addr netmask;