summaryrefslogtreecommitdiffstats
path: root/src/module.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-06-19 01:01:09 +0000
committerLennart Poettering <lennart@poettering.net>2004-06-19 01:01:09 +0000
commit56f8c953dd609bc5c94011fe4acdd9ef6b875747 (patch)
tree9fb30d4fa48eea2b66f81bd84e16ebc22a9b09c6 /src/module.h
parent382e7aefd471a4600010a04e6497d4bfd2fd8663 (diff)
some more work on the cli
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@24 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/module.h')
-rw-r--r--src/module.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/module.h b/src/module.h
index 709c7f55..cdb61347 100644
--- a/src/module.h
+++ b/src/module.h
@@ -27,4 +27,7 @@ void module_unload_all(struct core *c);
char *module_list_to_string(struct core *c);
+void module_unload_request(struct core *c, struct module *m);
+
+
#endif