From 977497071bba5ab8791aa684c800fc03c4be77e6 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 7 Nov 2007 20:18:38 +0100 Subject: Cosmetic fix (This used to be commit 8d8cb8f9ccbc013b97c252d27c3af4e2eb10d56a) --- source3/include/dbwrap.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source3/include/dbwrap.h') diff --git a/source3/include/dbwrap.h b/source3/include/dbwrap.h index 57378354b5..c175f69c4d 100644 --- a/source3/include/dbwrap.h +++ b/source3/include/dbwrap.h @@ -17,8 +17,8 @@ along with this program. If not, see . */ -#ifndef __FILEDB_H__ -#define __FILEDB_H__ +#ifndef __DBWRAP_H__ +#define __DBWRAP_H__ struct db_record { TDB_DATA key, value; @@ -51,4 +51,4 @@ struct db_context *db_open(TALLOC_CTX *mem_ctx, int open_flags, mode_t mode); -#endif /* __FILEDB_H__ */ +#endif /* __DBWRAP_H__ */ -- cgit