remove plugin support, it has been unused for a long time and should not be used...
[project/uci.git] / list.c
diff --git a/list.c b/list.c
index bf0f376..f47b5a8 100644 (file)
--- 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;