X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=uci.h;h=fe05bb3cc34138bd531e22461d1011bd1ceea110;hp=5cd36e0956ce5be777947cb1c32507e64ecb9e57;hb=87e893157980abef163575ad7aedbcc96c41b0c6;hpb=8dd3eb50025224bd2aa286c0e5c27d230efb7bde diff --git a/uci.h b/uci.h index 5cd36e0..fe05bb3 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: [.
[.