aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/vty/logging.h
blob: 45d74fdfc1ab385af61f915d175087e460603a6d (plain)
1
2
3
4
5
6
7
8
9
#ifndef _VTY_LOGGING_H
#define _VTY_LOGGING_H

#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 */