idmap_autorid: add a comment explaining idmap_autorid_loadconfig()
authorMichael Adam <obnox@samba.org>
Thu, 5 Sep 2013 12:48:28 +0000 (14:48 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 1 Oct 2013 22:06:27 +0000 (00:06 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/include/idmap_autorid_tdb.h

index f1808d21101eb3c7f5a78eb41fbac46e315d5d95..8f7219e27b67ce0104b8fe64b4ca620bfee334ab 100644 (file)
@@ -97,6 +97,9 @@ NTSTATUS idmap_autorid_db_init(const char *path,
                               TALLOC_CTX *mem_ctx,
                               struct db_context **db);
 
+/**
+ * Load the configuration stored in the autorid database.
+ */
 NTSTATUS idmap_autorid_loadconfig(struct db_context *db,
                                  TALLOC_CTX *ctx,
                                  struct autorid_global_config **result);