Create libosmovty as library from OpenBSC VTY functions
diff --git a/include/osmocom/vty/logging.h b/include/osmocom/vty/logging.h
new file mode 100644
index 0000000..f8ffbc3
--- /dev/null
+++ b/include/osmocom/vty/logging.h
@@ -0,0 +1,7 @@
+#ifndef _VTY_LOGGING_H
+#define _VTY_LOGGING_H
+
+#define LOGGING_STR	"Configure log message to this terminal\n"
+#define FILTER_STR	"Filter log messages\n"
+
+#endif /* _VTY_LOGGING_H */