X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=uci.h;h=95d9c0a1ff464a94a4f696130390efe86fc616b8;hb=2b0ba180280ab7e7cf79a66a6a583064911bfa05;hp=d2d8011ccb8301a4a74b4618985bfbc1494da3a1;hpb=f1ae2ddc4ff16e541c46f595073bf277cd8f778a;p=project%2Fuci.git diff --git a/uci.h b/uci.h index d2d8011..95d9c0a 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: [.
[.