From 36feb8a240a7f061e25223364c1f7ca8476a029f Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 31 May 2011 07:32:15 +0200 Subject: s3:lib/eventlog/proto.h: add _LIB_EVENTLOG_PROTO_H_ guard --- source3/lib/eventlog/proto.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3') diff --git a/source3/lib/eventlog/proto.h b/source3/lib/eventlog/proto.h index 722b08c4b9..d3341ce16d 100644 --- a/source3/lib/eventlog/proto.h +++ b/source3/lib/eventlog/proto.h @@ -21,6 +21,9 @@ * along with this program; if not, see . */ +#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_ */ -- cgit