summaryrefslogtreecommitdiff
path: root/plugins/opcua/opcua_serviceparser.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2007-05-22 13:17:24 +0000
committerJörg Mayer <jmayer@loplof.de>2007-05-22 13:17:24 +0000
commit21adfc3029c13191804e47dd732969143b7d2003 (patch)
tree07a4dfe07e49e99b33faad4ec6fc3b701f6a214f /plugins/opcua/opcua_serviceparser.h
parente14af5a5774905c107c8a2428e141cd89e07b13f (diff)
downloadwireshark-21adfc3029c13191804e47dd732969143b7d2003.tar.gz
Trivial warning fixes:
opcua: warning: function declaration isn't a prototype rest: comma at end of enumerator svn path=/trunk/; revision=21885
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 c1db9f4178..b6b57d1f75 100644
--- a/plugins/opcua/opcua_serviceparser.h
+++ b/plugins/opcua/opcua_serviceparser.h
@@ -104,4 +104,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);