mdp: fix no previous prototype for ‘proto_reg_handoff_mdp’ [-Wmissing-prototypes]

Change-Id: I0ebc71f240ace38cb6c111c0cc56f20fee10749d
Reviewed-on: https://code.wireshark.org/review/28539
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2018-06-30 11:13:04 +00:00 committed by Anders Broman
parent 453f009ace
commit 39d0648d25
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#define MDP_TLV_END 255
void proto_register_mdp(void);
void proto_reg_handoff_mdp(void);
static int proto_mdp = -1;
static int hf_mdp_preamble_data = -1;