aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-01-04 20:29:24 +0100
committerHarald Welte <laforge@gnumonks.org>2016-01-04 20:29:24 +0100
commit085569df55ceb3737b79f53b015b0c064698ddc6 (patch)
tree3b8eb6f761f044deffdcf2f3ed435584a5e9b671 /include
parent21b020b33633683d7c785af15c773aab0f79d0de (diff)
fix large amount of compiler warnings in common and sysmobts code
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);