diff options
author | Harald Welte <laforge@gnumonks.org> | 2011-02-18 21:03:27 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-02-18 21:03:27 +0100 |
commit | a62648b0b05f80c97ac470f114024c7c8eee7e9a (patch) | |
tree | 419d0ac829fcdac66c22dfc88c60b2a2ab45c4c4 /include/osmocom | |
parent | 6b431033b3118b1893a94735292143f6c67cfd20 (diff) |
LOGGING: remove duplicated code between vty-logging and cfg-logging
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 */ |