aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2019-06-06 09:00:07 +0000
committerAnders Broman <a.broman58@gmail.com>2019-06-06 13:19:18 +0000
commitc05da0fa7098ccec786d49df0768ddc2862d85d1 (patch)
treef5d55387e2e1117a5deaf67002fe82d2a1d0d45f
parent45c124242186a073efb6b1039562e5195e6f3dd9 (diff)
sysex: fix [-Wmissing-prototypes] warnings
packet-sysex.c:753:1: warning: no previous prototype for function 'proto_reg_handoff_sysex' [-Wmissing-prototypes] Change-Id: I6e78abe0686818dec1c915d4e77c5f84b43f6460 Reviewed-on: https://code.wireshark.org/review/33509 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--epan/dissectors/packet-sysex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-sysex.c b/epan/dissectors/packet-sysex.c
index 35e37bf921..37b2201aa8 100644
--- a/epan/dissectors/packet-sysex.c
+++ b/epan/dissectors/packet-sysex.c
@@ -14,6 +14,7 @@
#include <epan/expert.h>
void proto_register_sysex(void);
+void proto_reg_handoff_sysex(void);
/* protocols and header fields */
static int proto_sysex = -1;