]> pilppa.org Git - uci.git/blobdiff - ucimap.c
add ucimap_free_section to the api
[uci.git] / ucimap.c
index 7478b70677a83ac78750687796356035b60aa547..57511566db30201ff7477915ac576f64c7f819e6 100644 (file)
--- a/ucimap.c
+++ b/ucimap.c
@@ -136,7 +136,7 @@ ucimap_add_alloc(struct ucimap_section_data *sd, void *ptr)
        a->data.ptr = ptr;
 }
 
-static void
+void
 ucimap_free_section(struct uci_map *map, struct ucimap_section_data *sd)
 {
        void *section;