summaryrefslogtreecommitdiff
path: root/plugins/opcua/opcua_serviceparser.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2009-06-15 02:34:53 +0000
committerJörg Mayer <jmayer@loplof.de>2009-06-15 02:34:53 +0000
commitc321f29518de560f5aa5e7ada52c5841c229cb8b (patch)
treede9c99a1cc991f7d1c0a6d5ef4117ed01bb0d411 /plugins/opcua/opcua_serviceparser.h
parentce3d46b20c917c6ce71d877af6318aef6921cd2d (diff)
downloadwireshark-c321f29518de560f5aa5e7ada52c5841c229cb8b.tar.gz
Trivial warning fixes:
- Might be used uninitialized - not a prototype - comma at end of enum svn path=/trunk/; revision=28730
Diffstat (limited to 'plugins/opcua/opcua_serviceparser.h')
-rw-r--r--plugins/opcua/opcua_serviceparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/opcua/opcua_serviceparser.h b/plugins/opcua/opcua_serviceparser.h
index a71ecfd96c..fa84a9e2cb 100644
--- a/plugins/opcua/opcua_serviceparser.h
+++ b/plugins/opcua/opcua_serviceparser.h
@@ -106,4 +106,4 @@ void parseTransferSubscriptionsRequest(proto_tree *tree, tvbuff_t *tvb, gint *pO
void parseTransferSubscriptionsResponse(proto_tree *tree, tvbuff_t *tvb, gint *pOffset);
void parseDeleteSubscriptionsRequest(proto_tree *tree, tvbuff_t *tvb, gint *pOffset);
void parseDeleteSubscriptionsResponse(proto_tree *tree, tvbuff_t *tvb, gint *pOffset);
-void registerServiceTypes();
+void registerServiceTypes(void);