aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c b/src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c
index cfc6e12..e5ef55f 100644
--- a/src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c
+++ b/src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c
@@ -55,7 +55,7 @@ static const char copyright[] =
"This is free software: you are free to change and redistribute it.\r\n"
"There is NO WARRANTY, to the extent permitted by law.\r\n";
-static enum node_type go_to_parent(struct vty *vty)
+static int go_to_parent(struct vty *vty)
{
switch (vty->node) {
case MGR_NODE: