aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sysex.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-03 06:20:18 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-03 06:20:18 +0000
commit089e4d999fd9495de5fa037bd135d7a1f90760f3 (patch)
tree79e8868697de4d9b8b5a9e5093dfbbe0964132a1 /epan/dissectors/packet-sysex.c
parenta21898cf696cba9a38a43e43b5dc7aac341c5ba9 (diff)
Try to fix [-Wmissing-prototypes]
svn path=/trunk/; revision=53741
Diffstat (limited to 'epan/dissectors/packet-sysex.c')
-rw-r--r--epan/dissectors/packet-sysex.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-sysex.c b/epan/dissectors/packet-sysex.c
index 4c94723b4a..6f8565c927 100644
--- a/epan/dissectors/packet-sysex.c
+++ b/epan/dissectors/packet-sysex.c
@@ -31,6 +31,9 @@
#include <epan/reassemble.h>
#include <epan/tfs.h>
+void proto_register_sysex(void);
+void proto_reg_handoff_sysex(void);
+
/* protocols and header fields */
static int proto_sysex = -1;
static int hf_sysex_message_start = -1;