mirror of
https://github.com/samba-team/samba.git
synced 2025-03-05 20:58:40 +03:00
The biggest thing is the integration of Lukes new nmbd. Its still largely untested, so we will really need some feedback I've also added auto prototype generation and cleaned up a lot of minor things as a result (This used to be commit 0d8dcfa13c527ec2c8aca39ba49c09e4e694b26c)
7 lines
138 B
C
7 lines
138 B
C
extern struct in_addr myip;
|
|
extern struct in_addr bcast_ip;
|
|
extern struct in_addr Netmask;
|
|
|
|
extern int ClientNMB;
|
|
extern int ClientDGRAM;
|