1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00
samba-mirror/source3/include/interfaces.h
Andrew Tridgell 20aba767ea interfaces.h from 2.0.6
(This used to be commit a3d7ec0c9d)
1999-12-17 01:44:30 +00:00

11 lines
199 B
C

/*
This structure is used by lib/interfaces.c to return the list of network
interfaces on the machine
*/
struct iface_struct {
char name[16];
struct in_addr ip;
struct in_addr netmask;
};