aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/vty.h
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/osmo-bts/vty.h
parent21b020b33633683d7c785af15c773aab0f79d0de (diff)
fix large amount of compiler warnings in common and sysmobts code
Diffstat (limited to 'include/osmo-bts/vty.h')
-rw-r--r--include/osmo-bts/vty.h2
1 files changed, 1 insertions, 1 deletions
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);