aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/vty.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmo-bts/vty.h')
-rw-r--r--include/osmo-bts/vty.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmo-bts/vty.h b/include/osmo-bts/vty.h
index f0b7ea4b..a8d4e8bf 100644
--- a/include/osmo-bts/vty.h
+++ b/include/osmo-bts/vty.h
@@ -17,6 +17,8 @@ extern struct cmd_element ournode_end_cmd;
enum node_type bts_vty_go_parent(struct vty *vty);
int bts_vty_is_config_node(struct vty *vty, int node);
+int bts_vty_init(const struct log_info *cat);
+
extern struct vty_app_info bts_vty_info;
#endif