diff options
Diffstat (limited to 'include/osmocom')
-rw-r--r-- | include/osmocom/vty/logging.h | 2 |
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 */ |