CBOR: fix no previous prototype for proto_reg*_cbor [-Wmissing-prototypes]

Change-Id: I20476046fc2338484ab85757cad7b19f4e41e4be
Reviewed-on: https://code.wireshark.org/review/10283
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2015-08-28 15:53:42 +02:00 committed by Anders Broman
parent 4ebf5b85e0
commit 51e77b6335
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@
#include <epan/packet.h>
#include <epan/expert.h>
void proto_register_cbor(void);
void proto_reg_handoff_cbor(void);
static int proto_cbor = -1;
static int hf_cbor_type_uints = -1;