From 3dc607c0c6f5b22c95aa88b334f9c0cd2dc8f226 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 17 Aug 2011 14:42:50 +0200 Subject: s3:dbwrap: add a comment --- source3/lib/dbwrap/dbwrap.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source3/lib/dbwrap/dbwrap.c b/source3/lib/dbwrap/dbwrap.c index ad3f914e41..c3b3b0f0e5 100644 --- a/source3/lib/dbwrap/dbwrap.c +++ b/source3/lib/dbwrap/dbwrap.c @@ -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) { -- cgit