aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/osmo-pcap/common.h2
-rw-r--r--src/osmo_common.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/osmo-pcap/common.h b/include/osmo-pcap/common.h
index 9275f0a..b8f8110 100644
--- a/include/osmo-pcap/common.h
+++ b/include/osmo-pcap/common.h
@@ -44,7 +44,7 @@ enum {
extern const struct log_info log_info;
extern const char *osmopcap_copyright;
-extern enum node_type osmopcap_go_parent(struct vty *vty);
+extern int osmopcap_go_parent(struct vty *vty);
extern int osmopcap_is_config_node(struct vty *vty, int node);
#endif
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: