vty: Forward delcare the logging command.
authorHolger Hans Peter Freyther <zecke@selfish.org>
Tue, 3 Aug 2010 22:27:08 +0000 (06:27 +0800)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Tue, 3 Aug 2010 22:34:06 +0000 (06:34 +0800)
include/osmocom/vty/logging.h

index f8ffbc3..45d74fd 100644 (file)
@@ -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 */