]> pilppa.org Git - uci.git/blobdiff - uci.h
keep unnamed sections unnamed on export
[uci.git] / uci.h
diff --git a/uci.h b/uci.h
index 88b5833441b11f0e5f4d05aafdd7510528a4a438..1b6c9fa931bedd5ef10374ad7bb39a5a6f038cc8 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;
+       bool anonymous;
        char *type;
 };