X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=ucimap.h;h=d9aa2d9e957d982a4430a673d9e91c0f66f4b7c9;hb=2a8229347cfc804196648cf601a2a275f5d89ade;hp=1e596ebd131aff0a034ed3f8e47705d020850634;hpb=e0a0a4bf8a3861ab811487706e1773212a8ffabd;p=uci.git diff --git a/ucimap.h b/ucimap.h index 1e596eb..d9aa2d9 100644 --- a/ucimap.h +++ b/ucimap.h @@ -165,5 +165,6 @@ extern void ucimap_cleanup(struct uci_map *map); extern void ucimap_set_changed(struct ucimap_section_data *sd, void *field); extern int ucimap_store_section(struct uci_map *map, struct uci_package *p, struct ucimap_section_data *sd); extern void ucimap_parse(struct uci_map *map, struct uci_package *pkg); +extern int ucimap_parse_section(struct uci_map *map, struct uci_sectionmap *sm, struct ucimap_section_data *sd, struct uci_section *s); #endif