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:
parent
4e1458b8c1
commit
a3d7ec0c9d
10
source/include/interfaces.h
Normal file
10
source/include/interfaces.h
Normal 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;
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user