aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/opcua/opcua.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-11-15 06:32:11 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-11-15 06:32:11 +0000
commit171f91db2b8a6e080cbf16784f0e90469e458198 (patch)
treea9e34bc318c093823c5370f546f040fe5935f7af /plugins/opcua/opcua.c
parent23e55c696e7531ef367e7c6025200d115434eb2a (diff)
Try to fix [-Wmissing-prototypes]
svn path=/trunk/; revision=53337
Diffstat (limited to 'plugins/opcua/opcua.c')
-rw-r--r--plugins/opcua/opcua.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/opcua/opcua.c b/plugins/opcua/opcua.c
index 8432bf417a..2e0d87003d 100644
--- a/plugins/opcua/opcua.c
+++ b/plugins/opcua/opcua.c
@@ -37,6 +37,8 @@
#include "opcua_simpletypes.h"
#include "opcua_hfindeces.h"
+void proto_register_opcua(void);
+
extern const value_string g_requesttypes[];
extern const int g_NumServices;