s3:dbwrap: add a comment
authorMichael Adam <obnox@samba.org>
Wed, 17 Aug 2011 12:42:50 +0000 (14:42 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 11 Oct 2011 12:17:55 +0000 (14:17 +0200)
source3/lib/dbwrap/dbwrap.c

index ad3f914e41e850ce1fec7452461776c208beb1a2..c3b3b0f0e5b33724e510716d3a6683cfb14953cc 100644 (file)
@@ -94,6 +94,10 @@ int dbwrap_fallback_wipe(struct db_context *db)
 }
 
 
+/*
+ * Wrapper functions for the backend methods
+ */
+
 TDB_DATA dbwrap_fetch(struct db_context *db, TALLOC_CTX *mem_ctx,
                      TDB_DATA key)
 {