keep unnamed sections unnamed on export
[project/uci.git] / uci.h
diff --git a/uci.h b/uci.h
index 88b5833..1b6c9fa 100644 (file)
--- a/uci.h
+++ b/uci.h
@@ -290,6 +290,7 @@ struct uci_section
        struct uci_element e;
        struct uci_list options;
        struct uci_package *package;
        struct uci_element e;
        struct uci_list options;
        struct uci_package *package;
+       bool anonymous;
        char *type;
 };
 
        char *type;
 };