X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=libuci.c;h=d669c79634a7a2d39afe27f281c27a36b68816d2;hb=HEAD;hp=1a09fc7e454b0ac09e33c6af655601dde47ae8bd;hpb=c4402a9e59721172395d9403cfbe467209bcd6ad;p=uci.git diff --git a/libuci.c b/libuci.c index 1a09fc7..d669c79 100644 --- a/libuci.c +++ b/libuci.c @@ -26,9 +26,6 @@ #include #include "uci.h" -static const char *uci_confdir = UCI_CONFDIR; -static const char *uci_savedir = UCI_SAVEDIR; - static const char *uci_errstr[] = { [UCI_OK] = "Success", [UCI_ERR_MEM] = "Out of memory", @@ -44,7 +41,9 @@ static void uci_unload_plugin(struct uci_context *ctx, struct uci_plugin *p); #include "uci_internal.h" #include "list.c" -#include "delta.c" + +__private const char *uci_confdir = UCI_CONFDIR; +__private const char *uci_savedir = UCI_SAVEDIR; /* exported functions */ struct uci_context *uci_alloc_context(void)