rename ucimap_data::section to ptr
[project/uci.git] / ucimap.h
index d9aa2d9..d56d8ef 100644 (file)
--- a/ucimap.h
+++ b/ucimap.h
@@ -82,7 +82,7 @@ union ucimap_data {
        int i;
        bool b;
        char *s;
-       void *section;
+       void *ptr;
        struct ucimap_list *list;
 };