X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=uci.h;h=44f947f615267a6d1dd65fb33909582102cbb16c;hp=382e745f1d58d4f0f4db79df078e320d4719da55;hb=0731533959779889ceff15f068c31031bc77f003;hpb=80e2e58f4e4c0d8ff492281fa998d550a85b4d92 diff --git a/uci.h b/uci.h index 382e745..44f947f 100644 --- a/uci.h +++ b/uci.h @@ -228,6 +228,8 @@ extern int uci_commit(struct uci_context *ctx, struct uci_package **p, bool over /** * uci_list_configs: List available uci config files * @ctx: uci context + * + * caller is responsible for freeing the allocated memory behind list */ extern int uci_list_configs(struct uci_context *ctx, char ***list);