X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=uci.h;h=ed1a83407ec003e3f364912c9f7db7627a79b67a;hb=9efd0d9456d1822cb93b4ce1cc769b09a400852d;hp=be816fd95ca5cc64578c0a2521a8a223bb87c833;hpb=a01f4012088e4e21af8084d744df3b6d474f898e;p=project%2Fuci.git diff --git a/uci.h b/uci.h index be816fd..ed1a834 100644 --- a/uci.h +++ b/uci.h @@ -55,6 +55,7 @@ struct uci_list struct uci_list *prev; }; +struct uci_ptr; struct uci_element; struct uci_package; struct uci_section; @@ -66,19 +67,6 @@ struct uci_parse_context; /** - * uci_parse_tuple: Parse an uci tuple - * @ctx: uci context - * @str: input string - * @package: output package pointer - * @section: output section pointer - * @option: output option pointer - * @value: output value pointer - * - * format: [.
[.