aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/unistim
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/unistim
parent322e7272a66d248372e09c21d05c411d3dfea9cf (diff)
Fix [-Wmissing-prototypes]
svn path=/trunk/; revision=54528
Diffstat (limited to 'plugins/unistim')
-rw-r--r--plugins/unistim/packet-unistim.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/unistim/packet-unistim.c b/plugins/unistim/packet-unistim.c
index 9c67106fd6..b28a71b5b7 100644
--- a/plugins/unistim/packet-unistim.c
+++ b/plugins/unistim/packet-unistim.c
@@ -47,6 +47,8 @@
#include "uftp.h"
#include "expansion.h"
+void proto_register_unistim(void);
+
/* Don't set this to 5000 until this dissector is made a heuristic one!
It collides (at least) with tapa.
static guint global_unistim_port = 5000; */