gsm/utils: Adding conversion of "mobile power class" to dBm
[osmocom-bb.git] / include / osmocom / vty / logging.h
1 #ifndef _VTY_LOGGING_H
2 #define _VTY_LOGGING_H
3
4 #define LOGGING_STR     "Configure log message to this terminal\n"
5 #define FILTER_STR      "Filter log messages\n"
6
7 struct log_info;
8 void logging_vty_add_cmds(const struct log_info *cat);
9 struct vty;
10 struct log_target *osmo_log_vty2tgt(struct vty *vty);
11
12 #endif /* _VTY_LOGGING_H */