diff options
author | Tim Potter <tpot@samba.org> | 2001-11-15 03:33:56 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-11-15 03:33:56 +0000 |
commit | 6121a6c9e4f11e3204e3092eec99665c81960aea (patch) | |
tree | e91c90089eee5a05827e665b4b5864644b55ceff /source3 | |
parent | 69a6bf3eddc73d54f16c79df0b19e0baf5fdd975 (diff) | |
download | samba-6121a6c9e4f11e3204e3092eec99665c81960aea.tar.gz samba-6121a6c9e4f11e3204e3092eec99665c81960aea.tar.bz2 samba-6121a6c9e4f11e3204e3092eec99665c81960aea.zip |
Added free_domain_info() function.
(This used to be commit 1a9a36159104e1d6248254e1efd9925fc1c956d3)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/nsswitch/winbindd_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_proto.h b/source3/nsswitch/winbindd_proto.h index fbce00989a..1a046c67d5 100644 --- a/source3/nsswitch/winbindd_proto.h +++ b/source3/nsswitch/winbindd_proto.h @@ -47,7 +47,6 @@ void winbindd_cache_status(void); /* The following definitions come from nsswitch/winbindd_cm.c */ -BOOL cm_get_dc_name(char *domain, fstring srv_name); CLI_POLICY_HND *cm_get_lsa_handle(char *domain); CLI_POLICY_HND *cm_get_sam_handle(char *domain); CLI_POLICY_HND *cm_get_sam_dom_handle(char *domain, DOM_SID *domain_sid); @@ -120,6 +119,7 @@ enum winbindd_result winbindd_list_users(struct winbindd_cli_state *state); /* The following definitions come from nsswitch/winbindd_util.c */ BOOL get_domain_info(void); +void free_domain_info(void); BOOL lookup_domain_sid(char *domain_name, struct winbindd_domain *domain); BOOL winbindd_lookup_sid_by_name(char *name, DOM_SID *sid, enum SID_NAME_USE *type); |