X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=list.c;h=f47b5a83655729e00d46ba6b73daf852f453f50c;hp=bf0f376dacefc422cf2643bea9d7fc970da89005;hb=e4516d01a7d2b0a5a8def7b5791c7d4032138287;hpb=517a7725149474b2ce23f693261f8eddc58db02b diff --git a/list.c b/list.c index bf0f376..f47b5a8 100644 --- a/list.c +++ b/list.c @@ -217,7 +217,7 @@ uci_free_section(struct uci_section *s) uci_free_element(&s->e); } -__plugin struct uci_package * +__private struct uci_package * uci_alloc_package(struct uci_context *ctx, const char *name) { struct uci_package *p;