From 089e4d999fd9495de5fa037bd135d7a1f90760f3 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Tue, 3 Dec 2013 06:20:18 +0000 Subject: Try to fix [-Wmissing-prototypes] svn path=/trunk/; revision=53741 --- epan/dissectors/packet-lapd.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'epan/dissectors/packet-lapd.c') diff --git a/epan/dissectors/packet-lapd.c b/epan/dissectors/packet-lapd.c index 15ba189fc1..5e2d6f659e 100644 --- a/epan/dissectors/packet-lapd.c +++ b/epan/dissectors/packet-lapd.c @@ -50,6 +50,8 @@ #include #include +void proto_register_lapd(void); + static int proto_lapd = -1; static int hf_lapd_direction = -1; static int hf_lapd_address = -1; -- cgit v1.2.3