aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/loopback.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/loopback.h')
-rw-r--r--backends/loopback.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/loopback.h b/backends/loopback.h
index c73ca20..a08417b 100644
--- a/backends/loopback.h
+++ b/backends/loopback.h
@@ -1,6 +1,6 @@
#include "midimonster.h"
-int init();
+MM_PLUGIN_API int init();
static int loopback_configure(char* option, char* value);
static int loopback_configure_instance(instance* inst, char* option, char* value);
static instance* loopback_instance();