aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-pcap/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmo-pcap/common.h')
-rw-r--r--include/osmo-pcap/common.h2
1 files changed, 1 insertions, 1 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