diff options
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r-- | source3/include/smb.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 27c966914f..955a7cfa74 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1618,4 +1618,12 @@ typedef struct { #include "popt_common.h" +#define PORT_NONE 0 + +/* used by the IP comparison function */ +struct ip_service { + struct in_addr ip; + unsigned port; +}; + #endif /* _SMB_H */ |