summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1996-10-24 17:48:06 +0000
committerSamba Release Account <samba-bugs@samba.org>1996-10-24 17:48:06 +0000
commite010ad006ea1c4754f357951be648b8f45458613 (patch)
tree9d29249ef5dfec1e2884fc1438618800a4aca570 /source3/include
parent8a7c1bd3353c03ac7d3dec656772295a7d93b3f0 (diff)
downloadsamba-e010ad006ea1c4754f357951be648b8f45458613.tar.gz
samba-e010ad006ea1c4754f357951be648b8f45458613.tar.bz2
samba-e010ad006ea1c4754f357951be648b8f45458613.zip
dealing with name queries and dns lookups etc.
lkcl (This used to be commit 98cb371244fcb048ad13514140a4ea7243b2b039)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h8
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);