cesoeth: declare register and handoff function

for avoid -Wmissing-prototypes warning

Change-Id: I92edf8d62c3685033c4424f9af16d4094c6599d6
Reviewed-on: https://code.wireshark.org/review/31421
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2019-01-06 16:17:04 +01:00 committed by Michael Mann
parent 4a71660193
commit 249405df33
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@
#include <epan/etypes.h>
#include <epan/dissectors/packet-rtp.h>
void proto_register_cesoeth(void);
void proto_reg_handoff_cesoeth(void);
static int proto_cesoeth = -1;
static int hf_cesoeth_pw_ecid = -1;
static int hf_cesoeth_pw_res = -1;