aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tr.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-tr.h')
-rw-r--r--epan/dissectors/packet-tr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tr.h b/epan/dissectors/packet-tr.h
index 6880f23c7f..1eacd51b3f 100644
--- a/epan/dissectors/packet-tr.h
+++ b/epan/dissectors/packet-tr.h
@@ -32,6 +32,6 @@ typedef struct _tr_hdr {
} tr_hdr;
extern
-void capture_tr(const guchar *, int, int, packet_counts *, const union wtap_pseudo_header *pseudo_header);
+gboolean capture_tr(const guchar *, int, int, packet_counts *, const union wtap_pseudo_header *pseudo_header);
#endif