From 11d25fae8f0ccc18e2f5444244d5e643165a90d6 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Mon, 26 Jan 2015 08:17:06 +0100 Subject: CATTP: fix no previous prototype for 'proto_register_cattp' [-Wmissing-prototypes] Change-Id: Ifedb45d95d622c6df29f6917918015676f506831 Reviewed-on: https://code.wireshark.org/review/6807 Reviewed-by: Anders Broman --- epan/dissectors/packet-cattp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/dissectors/packet-cattp.c') diff --git a/epan/dissectors/packet-cattp.c b/epan/dissectors/packet-cattp.c index 1410552d78..a73dbd41bd 100644 --- a/epan/dissectors/packet-cattp.c +++ b/epan/dissectors/packet-cattp.c @@ -119,6 +119,7 @@ static const value_string cattp_reset_reason[] = { /* Forward declartion due to use of heuristic dissection preference. */ void proto_reg_handoff_cattp(void); +void proto_register_cattp(void); /* Dissection of SYN PDUs */ static guint32 -- cgit v1.2.3