mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
Fix proto.h ...
This commit is contained in:
parent
d6cef8877a
commit
0219767c93
@ -422,8 +422,9 @@ BOOL deal_with_creds(uchar sess_key[8],
|
|||||||
|
|
||||||
/*The following definitions come from libsmb/namequery.c */
|
/*The following definitions come from libsmb/namequery.c */
|
||||||
|
|
||||||
BOOL name_status(int fd,char *name,int name_type,BOOL recurse,
|
struct node_status *name_status_query(int fd,struct nmb_name *name,
|
||||||
struct in_addr to_ip,char *master,char *rname);
|
struct in_addr to_ip, int *num_names);
|
||||||
|
BOOL name_status_find(int type, struct in_addr to_ip, char *name);
|
||||||
struct in_addr *name_query(int fd,const char *name,int name_type,
|
struct in_addr *name_query(int fd,const char *name,int name_type,
|
||||||
BOOL bcast,BOOL recurse,
|
BOOL bcast,BOOL recurse,
|
||||||
struct in_addr to_ip, int *count);
|
struct in_addr to_ip, int *count);
|
||||||
@ -438,7 +439,7 @@ BOOL resolve_srv_name(const char* srv_name, fstring dest_host,
|
|||||||
struct in_addr *ip);
|
struct in_addr *ip);
|
||||||
BOOL find_master_ip(char *group, struct in_addr *master_ip);
|
BOOL find_master_ip(char *group, struct in_addr *master_ip);
|
||||||
BOOL lookup_pdc_name(const char *srcname, const char *domain, struct in_addr *pdc_ip, char *ret_name);
|
BOOL lookup_pdc_name(const char *srcname, const char *domain, struct in_addr *pdc_ip, char *ret_name);
|
||||||
BOOL get_dc_list(char *group, struct in_addr **ip_list, int *count);
|
BOOL get_dc_list(BOOL pdc_only, char *group, struct in_addr **ip_list, int *count);
|
||||||
|
|
||||||
/*The following definitions come from libsmb/nmblib.c */
|
/*The following definitions come from libsmb/nmblib.c */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user