X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=uci.h;h=74bbdffa921cf8e2e8a34fcb103b0a0cd969165d;hp=cb9fd66d259ba04cc2e7a0d8a4e4aa8a7aa4e253;hb=f107b5a34f5f20ff373683472cfa5978da640132;hpb=057e46181b7ea2c322657d838225d9f4e374cb3c diff --git a/uci.h b/uci.h index cb9fd66..74bbdff 100644 --- a/uci.h +++ b/uci.h @@ -55,6 +55,9 @@ struct uci_list struct uci_list *prev; }; +struct uci_ptr; +struct uci_plugin; +struct uci_hook_ops; struct uci_element; struct uci_package; struct uci_section; @@ -66,19 +69,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: [.
[.