diff options
Diffstat (limited to 'source3/localnet.h')
-rw-r--r-- | source3/localnet.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/localnet.h b/source3/localnet.h new file mode 100644 index 0000000000..7f335e790e --- /dev/null +++ b/source3/localnet.h @@ -0,0 +1,6 @@ +extern struct in_addr myip; +extern struct in_addr bcast_ip; +extern struct in_addr Netmask; + +extern int ClientNMB; +extern int ClientDGRAM; |