summaryrefslogtreecommitdiffstats
path: root/src/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/module.h')
-rw-r--r--src/module.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/module.h b/src/module.h
index 1cc7d775..2a9cf558 100644
--- a/src/module.h
+++ b/src/module.h
@@ -30,4 +30,8 @@ char *pa_module_list_to_string(struct pa_core *c);
void pa_module_unload_request(struct pa_core *c, struct pa_module *m);
+/* These to following prototypes are for module entrypoints and not implemented by the core */
+int pa_module_init(struct pa_core *c, struct pa_module*m);
+void pa_module_done(struct pa_core *c, struct pa_module*m);
+
#endif