diff options
author | Samba Release Account <samba-bugs@samba.org> | 1996-10-25 19:31:48 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 1996-10-25 19:31:48 +0000 |
commit | 57d880235614a5d04b817dd38fd6ae500a1a05c3 (patch) | |
tree | b43e94c2bfbce29e7292c078e494d4a7867a9c0e /source3/include | |
parent | 186c119d6ffb437e3d95dac798f6069aa4645e42 (diff) | |
download | samba-57d880235614a5d04b817dd38fd6ae500a1a05c3.tar.gz samba-57d880235614a5d04b817dd38fd6ae500a1a05c3.tar.bz2 samba-57d880235614a5d04b817dd38fd6ae500a1a05c3.zip |
debugging the dns lookup changes
lkcl
(This used to be commit 3f63dd6771ee1c4cd30049478ea053caefdc262f)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index c2fab68429..655b0fd360 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -338,8 +338,7 @@ BOOL name_equal(struct nmb_name *n1,struct nmb_name *n2); BOOL ms_browser_name(char *name, int type); void remove_name(struct subnet_record *d, struct name_record *n); struct name_record *find_name(struct name_record *n, - struct nmb_name *name, - int search); + struct nmb_name *name, int search); struct name_record *find_name_search(struct subnet_record **d, struct nmb_name *name, int search, struct in_addr ip); @@ -353,8 +352,7 @@ 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 *dns_name_search(struct nmb_name *question, - int Time, int search); +struct name_record *dns_name_search(struct nmb_name *question, int Time); /*The following definitions come from namedbresp.c */ |