summaryrefslogtreecommitdiff
path: root/source3/lib/eventlog
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-05-31 07:32:15 +0200
committerMichael Adam <obnox@samba.org>2011-05-31 10:33:55 +0200
commit36feb8a240a7f061e25223364c1f7ca8476a029f (patch)
tree70f88473803cd993c3e702b6312ff0ccc64e15e4 /source3/lib/eventlog
parent00530e3d0166641a4f9716067e3c5d1146b0db17 (diff)
downloadsamba-36feb8a240a7f061e25223364c1f7ca8476a029f.tar.gz
samba-36feb8a240a7f061e25223364c1f7ca8476a029f.tar.bz2
samba-36feb8a240a7f061e25223364c1f7ca8476a029f.zip
s3:lib/eventlog/proto.h: add _LIB_EVENTLOG_PROTO_H_ guard
Diffstat (limited to 'source3/lib/eventlog')
-rw-r--r--source3/lib/eventlog/proto.h5
1 files changed, 5 insertions, 0 deletions
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 <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_ */