fix building without plugin support
authorFelix Fietkau <nbd@openwrt.org>
Sat, 26 Mar 2011 22:37:53 +0000 (23:37 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 26 Mar 2011 22:37:53 +0000 (23:37 +0100)
uci_internal.h

index 32f2951..3bd55a1 100644 (file)
@@ -20,7 +20,7 @@
 #ifdef UCI_PLUGIN_SUPPORT
 #define __plugin extern
 #else
-#define __plugin static
+#define __plugin __private
 #endif
 
 struct uci_parse_context