diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 4d1c4bf6f9..dd9413605f 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -866,7 +866,7 @@ int open_socket_in(int type, int port, int dlevel); int open_socket_out(int type, struct in_addr *addr, int port ); int interpret_protocol(char *str,int def); int interpret_security(char *str,int def); -unsigned long interpret_addr(char *str); +uint32 interpret_addr(char *str); struct in_addr *interpret_addr2(char *str); BOOL zero_ip(struct in_addr ip); void standard_sub_basic(char *s); |