summaryrefslogtreecommitdiffstats
path: root/src/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/module.h')
-rw-r--r--src/module.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/module.h b/src/module.h
index 2a9cf558..174a8d09 100644
--- a/src/module.h
+++ b/src/module.h
@@ -25,11 +25,8 @@ void pa_module_unload_by_index(struct pa_core *c, uint32_t index);
void pa_module_unload_all(struct pa_core *c);
-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);