summaryrefslogtreecommitdiffstats
path: root/source/include/proto.h
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1997-06-02 19:51:56 +0000
committerSamba Release Account <samba-bugs@samba.org>1997-06-02 19:51:56 +0000
commit4e9fd24f65971bbbda5f76499e5d14f90eef8038 (patch)
tree7e692bef5c96b4d0f8e9b3c3ba4efc76d3689e20 /source/include/proto.h
parent1ef063375f2bb7c9332ad50c7f85bc153b138135 (diff)
downloadsamba-4e9fd24f65971bbbda5f76499e5d14f90eef8038.tar.gz
samba-4e9fd24f65971bbbda5f76499e5d14f90eef8038.tar.xz
samba-4e9fd24f65971bbbda5f76499e5d14f90eef8038.zip
nameannounce.c: Made sure recurse flag set correctly.
namedbname.c: Made sure wins.dat updated when list changes. Changed to returning 255.255.255.255 when 1e name queried. namepacket.c: Made sure recurse flags set correctly. nameserv.c: Made sure recurse flags set correctly. nameservreply.c: Made send_name_response() static, Made sure recurse flags set correctly. Changed to returning 255.255.255.255 when 1e name queried. proto.h: Removed send_name_response(). Jeremy jallison@whistle.com
Diffstat (limited to 'source/include/proto.h')
-rw-r--r--source/include/proto.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index e6d39c3a3fa..2b30b7174ea 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -496,10 +496,6 @@ void add_name_respond(struct subnet_record *d, int fd, struct in_addr from_ip,
struct nmb_name *name,
int nb_flags, int ttl, struct in_addr register_ip,
BOOL new_owner, struct in_addr reply_to_ip);
-void send_name_response(int fd, struct in_addr from_ip,
- int name_trn_id, int opcode, BOOL success, BOOL recurse,
- struct nmb_name *reply_name, int nb_flags, int ttl,
- struct in_addr ip);
void reply_name_release(struct packet_struct *p);
void reply_name_reg(struct packet_struct *p);
void reply_name_status(struct packet_struct *p);