aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/vty.h
blob: f1b1148ad42d22a68472c13d63f1323e6ca91208 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef OPENBSC_VTY_H
#define OPENBSC_VTY_H

struct gsm_network;
struct vty;

void openbsc_vty_add_cmds(void);
void openbsc_vty_print_statistics(struct vty *vty, struct gsm_network *);

#endif