summaryrefslogtreecommitdiff
path: root/plugins/opcua/opcua_simpletypes.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/opcua/opcua_simpletypes.c
parent322e7272a66d248372e09c21d05c411d3dfea9cf (diff)
downloadwireshark-451c30ef815763a48137a93ac60b6af43f976ad4.tar.gz
Fix [-Wmissing-prototypes]
svn path=/trunk/; revision=54528
Diffstat (limited to 'plugins/opcua/opcua_simpletypes.c')
-rw-r--r--plugins/opcua/opcua_simpletypes.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/opcua/opcua_simpletypes.c b/plugins/opcua/opcua_simpletypes.c
index 2126ecd8b6..f8a52caeb5 100644
--- a/plugins/opcua/opcua_simpletypes.c
+++ b/plugins/opcua/opcua_simpletypes.c
@@ -54,8 +54,6 @@
/* Chosen arbitrarily */
#define MAX_ARRAY_LEN 10000
-void dispatchExtensionObjectType(proto_tree *tree, tvbuff_t *tvb, gint *pOffset, int TypeId);
-
static int hf_opcua_diag_mask_symbolicflag = -1;
static int hf_opcua_diag_mask_namespaceflag = -1;
static int hf_opcua_diag_mask_localizedtextflag = -1;