1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-24 13:57:43 +03:00

interfaces.h from 2.0.6

This commit is contained in:
Andrew Tridgell -
parent 4e1458b8c1
commit a3d7ec0c9d

View File

@ -0,0 +1,10 @@
/*
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;
};