fix uci_set
[project/uci.git] / uci.h
diff --git a/uci.h b/uci.h
index 44f947f..5bc2061 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: */