summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1997-10-15 09:18:39 +0000
committerAndrew Tridgell <tridge@samba.org>1997-10-15 09:18:39 +0000
commit1860d62d0d6be42c7770e010ea2066db312c874b (patch)
treee2b15f96e4dc05feb0d8f008fd907234c7625ca3 /source3/include
parent54c3f7bbb02bc12fec53aeb042f5356f100e3472 (diff)
downloadsamba-1860d62d0d6be42c7770e010ea2066db312c874b.tar.gz
samba-1860d62d0d6be42c7770e010ea2066db312c874b.tar.bz2
samba-1860d62d0d6be42c7770e010ea2066db312c874b.zip
the usual proto.h update
(This used to be commit bdf3155418be02e2fe4daa1d2538f236be414e98)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index ca60239412..1ed8539ab5 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -427,7 +427,8 @@ struct response_record *make_response_queue_record(enum state_type state,
int quest_type, char *name,int type, int nb_flags, time_t ttl,
int server_type, char *my_name, char *my_comment,
BOOL bcast,BOOL recurse,
- struct in_addr send_ip, struct in_addr reply_to_ip);
+ struct in_addr send_ip, struct in_addr reply_to_ip,
+ int reply_id);
struct response_record *find_response_record(struct subnet_record **d,
uint16 id);
@@ -529,7 +530,8 @@ struct response_record *queue_netbios_packet(struct subnet_record *d,
int name_type,int nb_flags, time_t ttl,
int server_type, char *my_name, char *my_comment,
BOOL bcast,BOOL recurse,
- struct in_addr send_ip, struct in_addr reply_to_ip);
+ struct in_addr send_ip, struct in_addr reply_to_ip,
+ int reply_id);
/*The following definitions come from nameserv.c */