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-snaeth.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'epan/dissectors/packet-snaeth.c') diff --git a/epan/dissectors/packet-snaeth.c b/epan/dissectors/packet-snaeth.c index c3d0e0cf78..0e64e1e581 100644 --- a/epan/dissectors/packet-snaeth.c +++ b/epan/dissectors/packet-snaeth.c @@ -33,6 +33,8 @@ * * http://www.cisco.com/univercd/cc/td/doc/product/software/ssr90/rpc_r/18059.pdf */ +void proto_register_snaeth(void); +void proto_reg_handoff_snaeth(void); static int proto_snaeth = -1; static int hf_snaeth_len = -1; -- cgit v1.2.3