aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-chdlc.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-chdlc.h')
-rw-r--r--epan/dissectors/packet-chdlc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-chdlc.h b/epan/dissectors/packet-chdlc.h
index be7f96995c..4cbd7ef4e6 100644
--- a/epan/dissectors/packet-chdlc.h
+++ b/epan/dissectors/packet-chdlc.h
@@ -32,7 +32,7 @@
#define CHDLC_ADDR_MULTICAST 0x8f
extern
-void capture_chdlc(const guchar *, int, int, packet_counts *, const union wtap_pseudo_header *pseudo_header);
+gboolean capture_chdlc(const guchar *, int, int, packet_counts *, const union wtap_pseudo_header *pseudo_header);
extern const value_string chdlc_vals[];