X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=uci.h;h=2ae02b78f2eee6c5cd9cad48ee157e287c7893f2;hb=d788264ddc370ffb5f9fe1f451ac6845da0dfda0;hp=d7fd1e2f5fbd543919a6fd949f070cff26894e04;hpb=cac9b1d765338466c1c77719c4119c565689b4c4;p=project%2Fuci.git diff --git a/uci.h b/uci.h index d7fd1e2..2ae02b7 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: [.
[.