rename ucimap_data::section to ptr
[project/uci.git] / ucimap.h
index d9aa2d9e957d982a4430a673d9e91c0f66f4b7c9..d56d8ef99113ca935866f52043e7cd8721f46851 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;
 };