dealing with name queries and dns lookups etc.
[kai/samba.git] / source3 / include / proto.h
index 803ceba6886347c864b1f502a80057f29b9fc478..c2fab684293ee9e7a676d48b6a2cb4b8265e68a7 100644 (file)
@@ -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);