aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_vty.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcu_vty.c')
-rw-r--r--src/pcu_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcu_vty.c b/src/pcu_vty.c
index 94f89b56..0761301a 100644
--- a/src/pcu_vty.c
+++ b/src/pcu_vty.c
@@ -14,7 +14,7 @@
#include "pcu_vty_functions.h"
-enum node_type pcu_vty_go_parent(struct vty *vty)
+int pcu_vty_go_parent(struct vty *vty)
{
switch (vty->node) {
#if 0