summaryrefslogtreecommitdiff
path: root/plugins/opcua/opcua_servicetable.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-01-14 02:17:16 +0000
committerGuy Harris <guy@alum.mit.edu>2014-01-14 02:17:16 +0000
commit88e3e47bfd4fb585e7bd795b65932630e337c16a (patch)
treeb40bf1ce9901fd5f0250f35982421f284be24a9e /plugins/opcua/opcua_servicetable.c
parent6b8e8d3fea855f954d7962e50c3440f8d4f789cf (diff)
downloadwireshark-88e3e47bfd4fb585e7bd795b65932630e337c16a.tar.gz
More prototype cleanup.
svn path=/trunk/; revision=54752
Diffstat (limited to 'plugins/opcua/opcua_servicetable.c')
-rw-r--r--plugins/opcua/opcua_servicetable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/opcua/opcua_servicetable.c b/plugins/opcua/opcua_servicetable.c
index 4d82d6ac4c..48654b87b0 100644
--- a/plugins/opcua/opcua_servicetable.c
+++ b/plugins/opcua/opcua_servicetable.c
@@ -28,6 +28,7 @@
#include "opcua_identifiers.h"
#include "opcua_serviceparser.h"
#include "opcua_serviceids.h"
+#include "opcua_servicetable.h"
ParserEntry g_arParserTable[] = {
{ OpcUaId_FindServersRequest_Encoding_DefaultBinary, parseFindServersRequest },