aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-llt.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-llt.c')
-rw-r--r--epan/dissectors/packet-llt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-llt.c b/epan/dissectors/packet-llt.c
index 3a32c7b9ce..a6a976d7a9 100644
--- a/epan/dissectors/packet-llt.c
+++ b/epan/dissectors/packet-llt.c
@@ -31,14 +31,14 @@
#include <epan/prefs.h>
#include <epan/etypes.h>
+void proto_register_llt(void);
+void proto_reg_handoff_llt(void);
+
static const value_string message_type_vs[] = {
{ 0x0a, "heartbeat" },
{ 0, NULL}
};
-/* Forward declaration we need below */
-void proto_reg_handoff_llt(void);
-
/* Variables for our preferences */
static guint preference_alternate_ethertype = 0x0;