aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_abis_pgsl.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-08-18 13:20:53 +0200
committerAnders Broman <a.broman58@gmail.com>2016-08-18 12:44:33 +0000
commit81fe1cada61a4cd0dc541663bb3e624f6299141d (patch)
tree0210718cffa303398eeebc63009fb6bd9784fad6 /epan/dissectors/packet-gsm_abis_pgsl.c
parentb2a6bb18aa84a084f1662eaf4faaf26c764ef629 (diff)
gsm abis pgsql: fix no previous prototype for 'proto_register_abis_pgsl/proto_reg_handoff_abis_pgsl' [-Wmissing-prototypes]
Change-Id: I6138ca727e6802bc2066bc1ecb8549365b588da2 Reviewed-on: https://code.wireshark.org/review/17139 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-gsm_abis_pgsl.c')
-rw-r--r--epan/dissectors/packet-gsm_abis_pgsl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-gsm_abis_pgsl.c b/epan/dissectors/packet-gsm_abis_pgsl.c
index 9b6ccb4fe0..d6bf2fccd1 100644
--- a/epan/dissectors/packet-gsm_abis_pgsl.c
+++ b/epan/dissectors/packet-gsm_abis_pgsl.c
@@ -30,6 +30,9 @@
#include <epan/packet.h>
+void proto_register_abis_pgsl(void);
+void proto_reg_handoff_abis_pgsl(void);
+
enum {
SUB_DATA,