X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=uci.h;h=66ad752c395725ad94d9a859bcb3c654763f3743;hp=0850ad69fff7b2e862eb871d67bdc12091e9ba99;hb=6ae6536eddd7605135a5e18c92fefc3e442943bd;hpb=51b60a322aff3fd1045fb6c9eb289ade2de54e71 diff --git a/uci.h b/uci.h index 0850ad6..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: [.
[.