diff options
author | cbdev <cb@cbcdn.com> | 2019-12-04 01:21:14 +0100 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2019-12-04 01:21:14 +0100 |
commit | 1107a91861189d28d771d02d721d61b403aac38a (patch) | |
tree | 8fb26aa55dcd4aadf645485d91522414e4f21bd5 /backends/maweb.c | |
parent | bd9ab579eba35db70ad1ce17d556aeda5866156d (diff) | |
download | midimonster-1107a91861189d28d771d02d721d61b403aac38a.tar.gz midimonster-1107a91861189d28d771d02d721d61b403aac38a.tar.bz2 midimonster-1107a91861189d28d771d02d721d61b403aac38a.zip |
Explicitly mark the backend init symbol visible
Diffstat (limited to 'backends/maweb.c')
-rw-r--r-- | backends/maweb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/maweb.c b/backends/maweb.c index c495512..08156f2 100644 --- a/backends/maweb.c +++ b/backends/maweb.c @@ -72,7 +72,7 @@ static maweb_command_key cmdline_keys[] = { {"GO_MINUS_SMALL", 50}, {"PAUSE_SMALL", 51}, {"GO_PLUS_SMALL", 52} }; -int init(){ +MM_PLUGIN_API int init(){ backend maweb = { .name = BACKEND_NAME, .conf = maweb_configure, |