mirror of
https://github.com/samba-team/samba.git
synced 2025-03-25 14:50:24 +03:00
the usual proto.h update
(This used to be commit bdf3155418be02e2fe4daa1d2538f236be414e98)
This commit is contained in:
parent
54c3f7bbb0
commit
1860d62d0d
@ -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 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user