summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther2010-08-04 00:27:08 +0200
committerHolger Hans Peter Freyther2010-08-04 00:34:06 +0200
commit18e6298e88284f82e2d5cf2f9509f580beb3555b (patch)
treef5aed59097fe99304ff62f845d99d8e0d271c445 /include
parentlogging: Make sure we don't use "end of color" code if colors are turned off (diff)
downloadlibosmocore-18e6298e88284f82e2d5cf2f9509f580beb3555b.tar.gz
libosmocore-18e6298e88284f82e2d5cf2f9509f580beb3555b.tar.xz
libosmocore-18e6298e88284f82e2d5cf2f9509f580beb3555b.zip
vty: Forward delcare the logging command.
Diffstat (limited to 'include')
-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 f8ffbc3..45d74fd 100644
--- a/include/osmocom/vty/logging.h
+++ b/include/osmocom/vty/logging.h
@@ -4,4 +4,6 @@
#define LOGGING_STR "Configure log message to this terminal\n"
#define FILTER_STR "Filter log messages\n"
+void logging_vty_add_cmds(void);
+
#endif /* _VTY_LOGGING_H */