mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
merge from HEAD
(This used to be commit da44b196a977b6edf7cdf27e344295ed15d198f7)
This commit is contained in:
parent
28f76a4162
commit
d0e106338d
@ -26,7 +26,9 @@
|
||||
|
||||
/* Include header files from data in config.h file */
|
||||
|
||||
#ifndef NO_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
@ -118,6 +118,7 @@ enum winbindd_result winbindd_list_users(struct winbindd_cli_state *state);
|
||||
|
||||
struct winbindd_domain *domain_list(void);
|
||||
void free_domain_list(void);
|
||||
void rescan_trusted_domains(void);
|
||||
BOOL init_domain_list(void);
|
||||
struct winbindd_domain *find_domain_from_name(const char *domain_name);
|
||||
struct winbindd_domain *find_domain_from_sid(DOM_SID *sid);
|
||||
|
Loading…
x
Reference in New Issue
Block a user