drb: fix no previous prototype for ‘proto_register_drb/proto_reg_handoff_drb’ [-Wmissing-prototypes]

Change-Id: Ib42c8cc9fa04bace49905c7f6cbc49b673376bdf
Reviewed-on: https://code.wireshark.org/review/28385
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Dario Lombardo <lomato@gmail.com>
This commit is contained in:
Alexis La Goutte 2018-06-22 11:50:40 +00:00 committed by Dario Lombardo
parent 024259bd73
commit a33d27a19b
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ static int hf_drb_len = -1;
static gint ett_drb = -1;
static gint ett_ref = -1;
void proto_register_drb(void);
void proto_reg_handoff_drb(void);
static void dissect_drb_object(tvbuff_t* tvb, packet_info* pinfo, proto_tree* tree, gint* offset, const gchar* label)
{
guint32 len;