From 52d22b25ab5ed51d2899dc22517d9cf0361faa58 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Tue, 25 Dec 2018 17:11:21 +0000 Subject: 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 Reviewed-by: Michael Mann --- epan/dissectors/packet-gcsna.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'epan') 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 #include +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; -- cgit v1.2.3