summaryrefslogtreecommitdiff
path: root/plugins/nullout/nullout.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/nullout/nullout.c')
-rw-r--r--plugins/nullout/nullout.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/nullout/nullout.c b/plugins/nullout/nullout.c
index c568f5d2..48fcb5af 100644
--- a/plugins/nullout/nullout.c
+++ b/plugins/nullout/nullout.c
@@ -190,7 +190,8 @@ nullout_load (DB_functions_t *api) {
// define plugin interface
static DB_output_t plugin = {
- DB_PLUGIN_SET_API_VERSION
+ .plugin.api_vmajor = 1,
+ .plugin.api_vminor = 0,
.plugin.version_major = 1,
.plugin.version_minor = 0,
.plugin.type = DB_PLUGIN_OUTPUT,