aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2018-12-25 16:58:22 +0000
committerAnders Broman <a.broman58@gmail.com>2018-12-25 21:23:29 +0000
commit8d2df4d887a45664d183963d29f9d33665b5a1f5 (patch)
tree778729757230bf2d08235d44ce76424d283c2dc3 /epan
parent530c64f22c942104b64b43fd8d33e78efdcdb700 (diff)
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>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-cdma2k.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-cdma2k.c b/epan/dissectors/packet-cdma2k.c
index f0fa470798..34b973bb60 100644
--- a/epan/dissectors/packet-cdma2k.c
+++ b/epan/dissectors/packet-cdma2k.c
@@ -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;