1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-26 21:57:41 +03:00

s3-passdb: add define guards for machine_sid.h.

Guenther
This commit is contained in:
Günther Deschner 2011-10-13 14:54:51 +02:00
parent 2a5affffff
commit d47c25401a

View File

@ -22,7 +22,12 @@
/* The following definitions come from passdb/machine_sid.c */
#ifndef _PASSDB_MACHINE_SID_H_
#define _PASSDB_MACHINE_SID_H_
struct dom_sid *get_global_sam_sid(void);
void reset_global_sam_sid(void) ;
bool sid_check_is_domain(const struct dom_sid *sid);
bool sid_check_is_in_our_domain(const struct dom_sid *sid);
#endif /* _PASSDB_MACHINE_SID_H_ */