Create libosmovty as library from OpenBSC VTY functions
diff --git a/src/logging.c b/src/logging.c
index e72a6e2..531cea6 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;