cdma2k : fix no previous prototype for function 'proto_[register|reg_handoff]_cdma2k' [-Wmissing-prototypes]

Change-Id: I0870e40e1f98bfd1d277b4812924e49970a24e98
Reviewed-on: https://code.wireshark.org/review/31194
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2018-12-25 16:58:22 +00:00 committed by Anders Broman
parent 530c64f22c
commit 8d2df4d887
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@
#include <epan/packet.h>
#include <epan/expert.h>
void proto_reg_handoff_cdma2k(void);
void proto_register_cdma2k(void);
/* cdma2k Handle for the dissection */
static dissector_handle_t cdma2k_handle;