basic cli interface

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@22 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2004-06-18 00:22:37 +00:00
parent eb946dbdbe
commit 993d1bce74
21 changed files with 505 additions and 49 deletions

View file

@ -6,11 +6,6 @@
#include "core.h"
struct dependency_module {
lt_dlhandle dl;
struct dependency_module *next;
};
struct module {
struct core *core;
char *name, *argument;
@ -30,4 +25,6 @@ void module_unload_by_index(struct core *c, uint32_t index);
void module_unload_all(struct core *c);
char *module_list_to_string(struct core *c);
#endif