summaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorHarald Welte2011-02-18 21:03:27 +0100
committerHarald Welte2011-02-18 21:03:27 +0100
commita62648b0b05f80c97ac470f114024c7c8eee7e9a (patch)
tree419d0ac829fcdac66c22dfc88c60b2a2ab45c4c4 /include/osmocom
parentLOGGING: Add missing 'nat' subsystem (diff)
downloadlibosmocore-a62648b0b05f80c97ac470f114024c7c8eee7e9a.tar.gz
libosmocore-a62648b0b05f80c97ac470f114024c7c8eee7e9a.tar.xz
libosmocore-a62648b0b05f80c97ac470f114024c7c8eee7e9a.zip
LOGGING: remove duplicated code between vty-logging and cfg-logging
Diffstat (limited to 'include/osmocom')
-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 45d74fd..f4e28f8 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 */