summaryrefslogtreecommitdiffstats
path: root/src/shared/libosmocore/include/osmocom/vty/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/libosmocore/include/osmocom/vty/logging.h')
-rw-r--r--src/shared/libosmocore/include/osmocom/vty/logging.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/shared/libosmocore/include/osmocom/vty/logging.h b/src/shared/libosmocore/include/osmocom/vty/logging.h
deleted file mode 100644
index e0011bf9..00000000
--- a/src/shared/libosmocore/include/osmocom/vty/logging.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#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"
-
-struct log_info;
-void logging_vty_add_cmds(const struct log_info *cat);
-struct vty;
-struct log_target *osmo_log_vty2tgt(struct vty *vty);
-
-#endif /* _VTY_LOGGING_H */