aboutsummaryrefslogtreecommitdiffstats
path: root/src/logging.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-19 19:02:52 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-25 22:28:39 +0200
commit3fb0b6f26e24370490f1051e2c795ba8fa6ac892 (patch)
tree1f3b86f491e7f0812f5424daaffd4db9cf8ac452 /src/logging.c
parent75bd69bc914d4ecd1b19f65662889af173aca64c (diff)
Create libosmovty as library from OpenBSC VTY functions
Diffstat (limited to 'src/logging.c')
-rw-r--r--src/logging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logging.c b/src/logging.c
index e72a6e20..531cea6c 100644
--- a/src/logging.c
+++ b/src/logging.c
@@ -37,7 +37,7 @@
#include <osmocore/utils.h>
#include <osmocore/logging.h>
-static const struct log_info *log_info;
+const struct log_info *log_info;
static struct log_context log_context;
static void *tall_log_ctx = NULL;