From 8983ae005a175f04f34bd37d4e7447d583d8256c Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Sun, 8 Dec 2013 16:40:49 +0000 Subject: - Forward declaration of register functions. svn path=/trunk/; revision=53861 --- asn1/lppe/packet-lppe-template.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'asn1/lppe') diff --git a/asn1/lppe/packet-lppe-template.c b/asn1/lppe/packet-lppe-template.c index c89252128f..9f0afc1058 100644 --- a/asn1/lppe/packet-lppe-template.c +++ b/asn1/lppe/packet-lppe-template.c @@ -43,6 +43,9 @@ #pragma warning(disable:4146) #endif +void proto_register_lppe(void); +void proto_reg_handoff_lppe(void); + /* Initialize the protocol and registered fields */ static int proto_lppe = -1; -- cgit v1.2.1