aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate/packet-mate.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2014-01-01 12:17:57 +0000
committerAnders Broman <anders.broman@ericsson.com>2014-01-01 12:17:57 +0000
commit451c30ef815763a48137a93ac60b6af43f976ad4 (patch)
treeb0250fd68fd9a19a5532e9ba5b13f0a1193ed7c3 /plugins/mate/packet-mate.c
parent322e7272a66d248372e09c21d05c411d3dfea9cf (diff)
Fix [-Wmissing-prototypes]
svn path=/trunk/; revision=54528
Diffstat (limited to 'plugins/mate/packet-mate.c')
-rw-r--r--plugins/mate/packet-mate.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/mate/packet-mate.c b/plugins/mate/packet-mate.c
index 7b45b18fec..1abeb96cb1 100644
--- a/plugins/mate/packet-mate.c
+++ b/plugins/mate/packet-mate.c
@@ -32,6 +32,9 @@
#include "mate.h"
+void proto_register_mate(void);
+void proto_reg_handoff_mate(void);
+
static int mate_tap_data = 0;
static mate_config* mc = NULL;