aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2019-01-06 16:17:04 +0100
committerMichael Mann <mmann78@netscape.net>2019-01-08 01:52:49 +0000
commit249405df337aa58e307e10ccfa2574f73817fc9b (patch)
tree6e0385de88a8138f6bc1ac3b014fe9f23dff65e3
parent4a71660193e945dd2ed1f016c1b80b0f066469c7 (diff)
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>
-rw-r--r--epan/dissectors/packet-cesoeth.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-cesoeth.c b/epan/dissectors/packet-cesoeth.c
index 4c5e252cf5..a3ac3b62da 100644
--- a/epan/dissectors/packet-cesoeth.c
+++ b/epan/dissectors/packet-cesoeth.c
@@ -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;