aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsmtap_log.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-12-21 08:07:29 +0100
committerAnders Broman <a.broman58@gmail.com>2016-12-21 10:42:29 +0000
commit8cc9fd68e15c00c5ccf187678e4e8f57ad636675 (patch)
treec4034c2b64b8ca57e192a83dcaf8974a2c659cda /epan/dissectors/packet-gsmtap_log.c
parenta8b68205a448688c5ad9d29379eab55065fcffd1 (diff)
gsmtap_log: fix no previous prototype for function 'proto_register_/reg_handoff_gsmtap_log' [-Wmissing-prototypes]
Change-Id: I5fbd79f056cff330dafbe57ea350768acd820b65 Reviewed-on: https://code.wireshark.org/review/19369 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-gsmtap_log.c')
-rw-r--r--epan/dissectors/packet-gsmtap_log.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-gsmtap_log.c b/epan/dissectors/packet-gsmtap_log.c
index 2958f2512a..9bb6e49d53 100644
--- a/epan/dissectors/packet-gsmtap_log.c
+++ b/epan/dissectors/packet-gsmtap_log.c
@@ -27,6 +27,9 @@
#include <epan/packet.h>
#include "packet-gsmtap.h"
+void proto_register_gsmtap_log(void);
+void proto_reg_handoff_gsmtap_log(void);
+
static int proto_gsmtap_log = -1;
static int hf_log_ident = -1;