aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lapb.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-lapb.c')
-rw-r--r--epan/dissectors/packet-lapb.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-lapb.c b/epan/dissectors/packet-lapb.c
index b257b4a0cc..3d52afb08f 100644
--- a/epan/dissectors/packet-lapb.c
+++ b/epan/dissectors/packet-lapb.c
@@ -31,6 +31,9 @@
#include <wiretap/wtap.h>
#include <epan/xdlc.h>
+void proto_register_lapb(void);
+void proto_reg_handoff_lapb(void);
+
static int proto_lapb = -1;
static int hf_lapb_address = -1;
static int hf_lapb_control = -1;