From: Holger Hans Peter Freyther Date: Tue, 3 Aug 2010 22:27:08 +0000 (+0800) Subject: vty: Forward delcare the logging command. X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=18e6298e88284f82e2d5cf2f9509f580beb3555b;p=osmocom-bb.git vty: Forward delcare the logging command. --- 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 */