mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
f378f9f144
Guenther
8 lines
258 B
C
8 lines
258 B
C
|
|
/* The following definitions come from passdb/machine_sid.c */
|
|
|
|
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);
|