s3:registry: add a comment header for the create_subkey set of functions
authorMichael Adam <obnox@samba.org>
Thu, 9 Jul 2009 08:52:40 +0000 (10:52 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 15 Jul 2009 12:01:54 +0000 (14:01 +0200)
Michael

source3/registry/reg_backend_db.c

index 08d72c32158616a2dee6c374862d071ed0e9b608..f60ee1f7a6f2be06b0e0e635933193f64ebb3e7d 100644 (file)
@@ -934,6 +934,10 @@ bool regdb_store_keys(const char *key, struct regsubkey_ctr *ctr)
        return regdb_store_keys_internal(regdb, key, ctr);
 }
 
+/**
+ * create a subkey of a given key
+ */
+
 struct regdb_create_subkey_context {
        const char *key;
        const char *subkey;