diff --git a/source/include/dbwrap.h b/source/include/dbwrap.h index 57378354b55..c175f69c4de 100644 --- a/source/include/dbwrap.h +++ b/source/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__ */