diff options
Diffstat (limited to 'core/backend.h')
-rw-r--r-- | core/backend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/backend.h b/core/backend.h index 46c6c3a..1f85424 100644 --- a/core/backend.h +++ b/core/backend.h @@ -10,7 +10,7 @@ int backends_start(); int backends_stop(); instance* mm_instance(backend* b); -/* Backend API */ +/* Public backend API */ MM_API channel* mm_channel(instance* inst, uint64_t ident, uint8_t create); MM_API void mm_channel_update(channel* chan, uint64_t ident); MM_API instance* mm_instance_find(char* name, uint64_t ident); |