aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2018-12-25 17:11:21 +0000
committerMichael Mann <mmann78@netscape.net>2018-12-26 20:17:48 +0000
commit52d22b25ab5ed51d2899dc22517d9cf0361faa58 (patch)
tree3683e07b842b91b1d3958a0181051f463e991993 /epan/dissectors
parentee58c3fc70bca3cf137e4f2a8774ad801a1f3b7b (diff)
gcsna: fix no previous prototype for function 'proto_[register|reg_handoff]_gcsna' [-Wmissing-prototypes]
Change-Id: I5b5a627f9d75c2b9aa1ceb3a43c7991833dce751 Reviewed-on: https://code.wireshark.org/review/31195 Petri-Dish: Guy Harris <guy@alum.mit.edu> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-gcsna.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-gcsna.c b/epan/dissectors/packet-gcsna.c
index 3d17ad65c8..404f85f880 100644
--- a/epan/dissectors/packet-gcsna.c
+++ b/epan/dissectors/packet-gcsna.c
@@ -15,6 +15,9 @@
#include <epan/packet.h>
#include <epan/expert.h>
+void proto_reg_handoff_gcsna(void);
+void proto_register_gcsna(void);
+
/* gcsna Handle for the dissection */
static dissector_handle_t gcsna_handle;
static dissector_handle_t cdma2k_handle;