diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 1b7225d6b9..e0ff128368 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -596,8 +596,8 @@ smb_ucs2_t *string_truncate_w(smb_ucs2_t *s, size_t length); /*The following definitions come from lib/wins_srv.c */ BOOL wins_srv_load_list( char *src ); -char *wins_srv( void ); -void wins_srv_died( char *boothill ); +struct in_addr wins_srv_ip( void ); +void wins_srv_died( struct in_addr boothill_ip ); unsigned long wins_srv_count( void ); /*The following definitions come from libsmb/cliconnect.c */ |