]> pilppa.org Git - uci.git/blobdiff - list.c
more plugin support
[uci.git] / list.c
diff --git a/list.c b/list.c
index 376d38b768dc789fcbc6870682ea9ef50c2cb382..339ad3e336385b95246aed8dcddbeac92616a42a 100644 (file)
--- a/list.c
+++ b/list.c
@@ -180,7 +180,7 @@ uci_free_section(struct uci_section *s)
        uci_free_element(&s->e);
 }
 
-static struct uci_package *
+__plugin struct uci_package *
 uci_alloc_package(struct uci_context *ctx, const char *name)
 {
        struct uci_package *p;