aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eap.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-eap.c')
-rw-r--r--epan/dissectors/packet-eap.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-eap.c b/epan/dissectors/packet-eap.c
index 3cbb6613ac..c886b8bc8f 100644
--- a/epan/dissectors/packet-eap.c
+++ b/epan/dissectors/packet-eap.c
@@ -36,6 +36,9 @@
#include "packet-wps.h"
+void proto_register_eap(void);
+void proto_reg_handoff_eap(void);
+
static int proto_eap = -1;
static int hf_eap_code = -1;
static int hf_eap_identifier = -1;