X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=uci.h;h=95d9c0a1ff464a94a4f696130390efe86fc616b8;hb=2b0ba180280ab7e7cf79a66a6a583064911bfa05;hp=74bbdffa921cf8e2e8a34fcb103b0a0cd969165d;hpb=bb50cb8da2771f9cfe9cd9635822fbbb301f84b5;p=project%2Fuci.git diff --git a/uci.h b/uci.h index 74bbdff..95d9c0a 100644 --- a/uci.h +++ b/uci.h @@ -147,7 +147,9 @@ extern int uci_unload(struct uci_context *ctx, struct uci_package *p); * Examples: * network.@interface[0].ifname ('ifname' option of the first interface section) * network.@interface[-1] (last interface section) - * Note: uci_lookup_ext will automatically load a config package if necessary + * Note: uci_lookup_ptr will automatically load a config package if necessary + * @str must not be constant, as it will be modified and used for the strings inside @ptr, + * thus it must also be available as long as @ptr is in use. */ extern int uci_lookup_ptr(struct uci_context *ctx, struct uci_ptr *ptr, char *str, bool extended);