s3:lib/eventlog/proto.h: add _LIB_EVENTLOG_PROTO_H_ guard
authorMichael Adam <obnox@samba.org>
Tue, 31 May 2011 05:32:15 +0000 (07:32 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 31 May 2011 08:33:55 +0000 (10:33 +0200)
source3/lib/eventlog/proto.h

index 722b08c4b93d8184372d41ff086f7910dc5fd96f..d3341ce16d865d63067da0fc12dc0336af4bd7e0 100644 (file)
@@ -21,6 +21,9 @@
  *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#ifndef _LIB_EVENTLOG_PROTO_H_
+#define _LIB_EVENTLOG_PROTO_H_
+
 /* The following definitions come from lib/eventlog/eventlog.c  */
 
 TDB_CONTEXT *elog_init_tdb( char *tdbfilename );
@@ -55,3 +58,5 @@ NTSTATUS evlog_convert_tdb_to_evt(TALLOC_CTX *mem_ctx,
                                  ELOG_TDB *etdb,
                                  DATA_BLOB *blob_p,
                                  uint32_t *num_records_p);
+
+#endif /* _LIB_EVENTLOG_PROTO_H_ */