From 440a1809ccc043ade2b85d6e24d8e45744965faf Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Tue, 10 Dec 2013 21:30:13 +0000 Subject: - Forward declaration of register functions. svn path=/trunk/; revision=53918 --- epan/dissectors/packet-tpkt.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'epan/dissectors/packet-tpkt.c') diff --git a/epan/dissectors/packet-tpkt.c b/epan/dissectors/packet-tpkt.c index 73c1ec761b..b7b574f4f8 100644 --- a/epan/dissectors/packet-tpkt.c +++ b/epan/dissectors/packet-tpkt.c @@ -41,6 +41,9 @@ #include "packet-tpkt.h" +void proto_register_tpkt(void); +void proto_reg_handoff_tpkt(void); + /* TPKT header fields */ static int proto_tpkt = -1; static protocol_t *proto_tpkt_ptr; -- cgit v1.2.3