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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/vty/logging.h b/include/osmocom/vty/logging.h
index 45d74fdf..f4e28f88 100644
--- a/include/osmocom/vty/logging.h
+++ b/include/osmocom/vty/logging.h
@@ -6,4 +6,6 @@
void logging_vty_add_cmds(void);
+struct log_target *osmo_log_vty2tgt(struct vty *vty);
+
#endif /* _VTY_LOGGING_H */