diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/passdb/machine_sid.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/passdb/machine_sid.h b/source3/passdb/machine_sid.h index 12fde2f3ac..03f4754adc 100644 --- a/source3/passdb/machine_sid.h +++ b/source3/passdb/machine_sid.h @@ -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_ */ |