aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/osmo_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo_common.c b/src/osmo_common.c
index b97394e..33ec1b2 100644
--- a/src/osmo_common.c
+++ b/src/osmo_common.c
@@ -63,7 +63,7 @@ const char *osmopcap_copyright =
"There is NO WARRANTY, to the extent permitted by law.\r\n";
-enum node_type osmopcap_go_parent(struct vty *vty)
+int osmopcap_go_parent(struct vty *vty)
{
switch (vty->node) {
case CLIENT_NODE: