X-Git-Url: http://git.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=uci.h;h=74bbdffa921cf8e2e8a34fcb103b0a0cd969165d;hp=5cd36e0956ce5be777947cb1c32507e64ecb9e57;hb=93da237dc09c31ef3c6db462de0845addf8a87f6;hpb=8dd3eb50025224bd2aa286c0e5c27d230efb7bde diff --git a/uci.h b/uci.h index 5cd36e0..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; @@ -65,19 +68,6 @@ struct uci_backend; 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: [.
[.