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>
This commit is contained in:
Alexis La Goutte 2018-12-25 17:11:21 +00:00 committed by Michael Mann
parent ee58c3fc70
commit 52d22b25ab
1 changed files with 3 additions and 0 deletions

View File

@ -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;