aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/backend.h')
-rw-r--r--core/backend.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/backend.h b/core/backend.h
index 1f85424..6c1fe22 100644
--- a/core/backend.h
+++ b/core/backend.h
@@ -10,6 +10,9 @@ int backends_start();
int backends_stop();
instance* mm_instance(backend* b);
+/* Frontend API */
+void mm_default_interval(uint32_t interval, uint8_t force);
+
/* 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);