blob: a0674a7f13d5d29dbc232b802d18801d245ab39c (
plain)
1
2
3
4
5
6
7
8
9
10
|
/*! \file common_vty.h */
#include <osmocom/vty/command.h>
#include <osmocom/core/logging.h>
extern int DNS, DBSSGP;
extern struct cmd_element libgb_exit_cmd;
extern struct cmd_element libgb_end_cmd;
|