diff options
author | cbdev <cb@cbcdn.com> | 2021-07-01 22:34:24 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2021-07-01 22:34:24 +0200 |
commit | 3b134cc43965c1c196734be7a162da7cddeeafc8 (patch) | |
tree | fa900d172d5c75d48b1a811bde70bfa40dca56bd /core/plugin.h | |
parent | 6fab3de48e129e1703f70941f65ae89853e567d5 (diff) | |
download | midimonster-3b134cc43965c1c196734be7a162da7cddeeafc8.tar.gz midimonster-3b134cc43965c1c196734be7a162da7cddeeafc8.tar.bz2 midimonster-3b134cc43965c1c196734be7a162da7cddeeafc8.zip |
Factor out explicit frontend API
Diffstat (limited to 'core/plugin.h')
-rw-r--r-- | core/plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/plugin.h b/core/plugin.h index 64c557f..cdd544c 100644 --- a/core/plugin.h +++ b/core/plugin.h @@ -1,3 +1,5 @@ typedef int (*plugin_init)(); + +/* Internal API */ int plugins_load(char* dir); int plugins_close(); |