mandatory anonymous section identifier
[project/uci.git] / uci.h
diff --git a/uci.h b/uci.h
index c5583ed..6a72b6a 100644 (file)
--- a/uci.h
+++ b/uci.h
@@ -435,6 +435,7 @@ struct uci_package
        struct uci_backend *backend;
        void *priv;
        int n_section;
+       int name_index;
        struct uci_list delta;
        struct uci_list saved_delta;
 };