summaryrefslogtreecommitdiff
path: root/source/include/dbwrap.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@sernet.de>2007-11-07 20:18:38 +0100
committerVolker Lendecke <vl@sernet.de>2007-11-22 16:00:13 +0100
commit8d8cb8f9ccbc013b97c252d27c3af4e2eb10d56a (patch)
treea3269844dc43457d80067929f91976f33dcd1d65 /source/include/dbwrap.h
parent89e2984a84951373d0e93fe06d0c69c8a62bc777 (diff)
downloadsamba-8d8cb8f9ccbc013b97c252d27c3af4e2eb10d56a.tar.gz
Cosmetic fix
Diffstat (limited to 'source/include/dbwrap.h')
-rw-r--r--source/include/dbwrap.h6
1 files changed, 3 insertions, 3 deletions
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 <http://www.gnu.org/licenses/>.
*/
-#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__ */