aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/vty/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/vty/logging.h')
-rw-r--r--include/osmocom/vty/logging.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/osmocom/vty/logging.h b/include/osmocom/vty/logging.h
new file mode 100644
index 00000000..f8ffbc3e
--- /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 */