s3:registry: add a comment header for the create_subkey set of functions
[ira/wip.git] / 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;