aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/oml.h1
-rw-r--r--include/osmo-bts/vty.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/include/osmo-bts/oml.h b/include/osmo-bts/oml.h
index d32a5fbc..d3dda710 100644
--- a/include/osmo-bts/oml.h
+++ b/include/osmo-bts/oml.h
@@ -4,6 +4,7 @@
struct gsm_bts;
struct gsm_abis_mo;
struct msgb;
+struct gsm_lchan;
int oml_init(void);
diff --git a/include/osmo-bts/vty.h b/include/osmo-bts/vty.h
index 510abab1..546729c0 100644
--- a/include/osmo-bts/vty.h
+++ b/include/osmo-bts/vty.h
@@ -12,7 +12,7 @@ enum bts_vty_node {
extern struct cmd_element ournode_exit_cmd;
extern struct cmd_element ournode_end_cmd;
-enum node_type bts_vty_go_parent(struct vty *vty);
+int bts_vty_go_parent(struct vty *vty);
int bts_vty_is_config_node(struct vty *vty, int node);
int bts_vty_init(struct gsm_bts *bts, const struct log_info *cat);