]> pilppa.org Git - uci.git/blobdiff - uci.h
add dynamically generated section names
[uci.git] / uci.h
diff --git a/uci.h b/uci.h
index 65fb7d34cb1fb00a8804de0a2197ef5fb4a01725..c5594d8c1aebe4f9b2e9868054c743f807b99232 100644 (file)
--- a/uci.h
+++ b/uci.h
@@ -125,6 +125,8 @@ struct uci_config
        struct uci_list sections;
        struct uci_context *ctx;
        char *name;
+       /* private: */
+       int n_section;
 };
 
 struct uci_section