aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sdlc.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-sdlc.c')
-rw-r--r--epan/dissectors/packet-sdlc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-sdlc.c b/epan/dissectors/packet-sdlc.c
index eb7fa85074..32bc4e0c21 100644
--- a/epan/dissectors/packet-sdlc.c
+++ b/epan/dissectors/packet-sdlc.c
@@ -35,6 +35,8 @@
*
* http://www.protocols.com/pbook/sna.htm
*/
+void proto_register_sdlc(void);
+void proto_reg_handoff_sdlc(void);
static int proto_sdlc = -1;
static int hf_sdlc_address = -1;