s3-passdb: add define guards for machine_sid.h.
authorGünther Deschner <gd@samba.org>
Thu, 13 Oct 2011 12:54:51 +0000 (14:54 +0200)
committerGünther Deschner <gd@samba.org>
Fri, 14 Oct 2011 10:07:24 +0000 (12:07 +0200)
Guenther

source3/passdb/machine_sid.h

index 12fde2f3ac6a51f7ae0207c1a280ff2edabc77bb..03f4754adce90da8e05cd5d00b9213b542b8bb66 100644 (file)
 
 /* 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_ */