From acf2fed688cc9d80e6f236931adf468554dd0ce1 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Tue, 10 Dec 2013 06:01:16 +0000 Subject: - Forward declaration of register functions. svn path=/trunk/; revision=53901 --- epan/dissectors/packet-xtp.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'epan/dissectors/packet-xtp.c') diff --git a/epan/dissectors/packet-xtp.c b/epan/dissectors/packet-xtp.c index ee7b00ba19..cc0b203529 100644 --- a/epan/dissectors/packet-xtp.c +++ b/epan/dissectors/packet-xtp.c @@ -86,6 +86,9 @@ #define XTP_KEY_RTN ((guint64)1<<63) +void proto_register_xtp(void); +void proto_reg_handoff_xtp(void); + /** packet structures definition **/ struct xtp_cntl { guint64 rseq; -- cgit v1.2.3