aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-dissector-reg.py
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-27 10:49:35 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-27 10:49:35 +0000
commitd0915cabb3001ba3d7e796dd489e309e9aa2a4ce (patch)
tree36c7e8c7c9e5ddf28a27eb7abe5f3aec0a79798f /tools/make-dissector-reg.py
parentfa2c0bb556de44faaf14e537723643ce4b7f6b0e (diff)
Fix [-Wmissing-prototypes]
svn path=/trunk/; revision=54473
Diffstat (limited to 'tools/make-dissector-reg.py')
-rwxr-xr-xtools/make-dissector-reg.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/make-dissector-reg.py b/tools/make-dissector-reg.py
index 29e2581691..5a6012761c 100755
--- a/tools/make-dissector-reg.py
+++ b/tools/make-dissector-reg.py
@@ -205,6 +205,7 @@ if registertype == "plugin" or registertype == "plugin_wtap":
#include "ws_symbol_export.h"
#ifndef ENABLE_STATIC
+WS_DLL_PUBLIC_DEF void plugin_register (void);
WS_DLL_PUBLIC_DEF const gchar version[] = VERSION;
/* Start the functions we need for the plugin stuff */