aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ppp.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-ppp.h')
-rw-r--r--epan/dissectors/packet-ppp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ppp.h b/epan/dissectors/packet-ppp.h
index aeb5e54981..85f4b24602 100644
--- a/epan/dissectors/packet-ppp.h
+++ b/epan/dissectors/packet-ppp.h
@@ -29,7 +29,7 @@
extern gboolean ppp_vj_decomp;/* FALSE = No VJ header decompression,
TRUE = Decompress VJ */
extern
-void capture_ppp_hdlc(const guchar *, int, int, packet_counts *, const union wtap_pseudo_header *pseudo_header _U_);
+gboolean capture_ppp_hdlc(const guchar *, int, int, packet_counts *, const union wtap_pseudo_header *pseudo_header _U_);
tvbuff_t *decode_fcs(tvbuff_t *tvb, proto_tree *fh_tree, int fcs_decode, int proto_offset);