diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 803ceba688..c2fab68429 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -353,9 +353,8 @@ struct name_record *add_netbios_entry(struct subnet_record *d, int ttl, enum name_source source, struct in_addr ip, BOOL new_only,BOOL wins); void expire_names(time_t t); -struct name_record *search_for_name(struct subnet_record **d, - struct nmb_name *question, - struct in_addr ip, int Time, int search); +struct name_record *dns_name_search(struct nmb_name *question, + int Time, int search); /*The following definitions come from namedbresp.c */ @@ -739,9 +738,6 @@ struct smb_passwd *get_smbpwnam(char *name); /*The following definitions come from smbrun.c */ -/*The following definitions come from smbwizard.c */ - - /*The following definitions come from status.c */ void Ucrit_addUsername(pstring username); |