summaryrefslogtreecommitdiff
path: root/plugins/profinet/packet-pn-dcp.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/profinet/packet-pn-dcp.c
parent322e7272a66d248372e09c21d05c411d3dfea9cf (diff)
downloadwireshark-451c30ef815763a48137a93ac60b6af43f976ad4.tar.gz
Fix [-Wmissing-prototypes]
svn path=/trunk/; revision=54528
Diffstat (limited to 'plugins/profinet/packet-pn-dcp.c')
-rw-r--r--plugins/profinet/packet-pn-dcp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/profinet/packet-pn-dcp.c b/plugins/profinet/packet-pn-dcp.c
index 4ded170b91..68529cb7f3 100644
--- a/plugins/profinet/packet-pn-dcp.c
+++ b/plugins/profinet/packet-pn-dcp.c
@@ -38,7 +38,8 @@
#include "packet-pn.h"
-
+void proto_register_pn_dcp(void);
+void proto_reg_handoff_pn_dcp(void);
static int proto_pn_dcp = -1;