X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=uci.h;h=fe5e31443d820520111a86ab1f88b5b4ee467483;hp=0850ad69fff7b2e862eb871d67bdc12091e9ba99;hb=7115636d1cfa690480ab2d92a75f30656bb8aa9a;hpb=51b60a322aff3fd1045fb6c9eb289ade2de54e71 diff --git a/uci.h b/uci.h index 0850ad6..fe5e314 100644 --- a/uci.h +++ b/uci.h @@ -55,30 +55,20 @@ 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; struct uci_option; -struct uci_history; +struct uci_delta; struct uci_context; 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: [.
[.