aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/common_vty.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-06-08 16:11:06 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-09 21:40:44 +0800
commit57da4471d1511e5456d67088e2c34b1799f08b9a (patch)
treea2d5b57440384566a7f4057fbb11cd882fc9d5d4 /openbsc/src/common_vty.c
parent89476f5c8ffdaabada6dec3908fb6000c89f574f (diff)
misc: Fix the return type of the go back vty function...
Without this we will get warnings about incompatible assignments
Diffstat (limited to 'openbsc/src/common_vty.c')
-rw-r--r--openbsc/src/common_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/common_vty.c b/openbsc/src/common_vty.c
index 440209a68..16d6815cd 100644
--- a/openbsc/src/common_vty.c
+++ b/openbsc/src/common_vty.c
@@ -35,7 +35,7 @@
#include <osmocom/vty/vty.h>
-int bsc_vty_go_parent(struct vty *vty)
+enum node_type bsc_vty_go_parent(struct vty *vty)
{
switch (vty->node) {
case GSMNET_NODE: