]> pilppa.org Git - uci.git/blobdiff - uci.h
fix uci_set
[uci.git] / uci.h
diff --git a/uci.h b/uci.h
index 44f947f615267a6d1dd65fb33909582102cbb16c..5bc20612c3d8ade20044e8de29f49366711c9a61 100644 (file)
--- a/uci.h
+++ b/uci.h
@@ -341,7 +341,7 @@ struct uci_package
        struct uci_element e;
        struct uci_list sections;
        struct uci_context *ctx;
-       bool confdir;
+       bool has_history;
        char *path;
 
        /* private: */