aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ax25.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-ax25.h')
-rw-r--r--epan/dissectors/packet-ax25.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ax25.h b/epan/dissectors/packet-ax25.h
index eb99711428..8f92f7df1b 100644
--- a/epan/dissectors/packet-ax25.h
+++ b/epan/dissectors/packet-ax25.h
@@ -26,6 +26,6 @@
#define __PACKET_AX25_H__
extern
-void capture_ax25(const guchar *, int, int, packet_counts *, const union wtap_pseudo_header *pseudo_header);
+gboolean capture_ax25(const guchar *, int, int, packet_counts *, const union wtap_pseudo_header *pseudo_header);
#endif