X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=uci.h;h=66ad752c395725ad94d9a859bcb3c654763f3743;hb=179b6f5fced8a0c1028ee56451efa26e40392961;hp=198ae2a5888a3da88cf69e72b19eb1a54df5cc77;hpb=3bff697cca125a6a4147e3bd1c469b36504e8237;p=project%2Fuci.git diff --git a/uci.h b/uci.h index 198ae2a..66ad752 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: [.
[.