summaryrefslogtreecommitdiffstats
path: root/polyp/dumpmodules.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-09-17 20:06:17 +0000
committerLennart Poettering <lennart@poettering.net>2004-09-17 20:06:17 +0000
commitf0779587478f5c4012dc5c9debc8dc562c81f967 (patch)
treef84fd604efb796a1a999d44734fe8abd14c67d76 /polyp/dumpmodules.c
parent24f378150766faf50445427d6eb02f363a9afc24 (diff)
rename some stuff
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@212 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/dumpmodules.c')
-rw-r--r--polyp/dumpmodules.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/polyp/dumpmodules.c b/polyp/dumpmodules.c
index ae42d36e..a9c02825 100644
--- a/polyp/dumpmodules.c
+++ b/polyp/dumpmodules.c
@@ -78,7 +78,7 @@ static void show_info(const char *name, const char *path, void (*info)(const cha
static int callback(const char *path, lt_ptr data) {
const char *e;
- struct pa_conf *c = (data);
+ struct pa_daemon_conf *c = (data);
if ((e = (const char*) strrchr(path, '/')))
e++;
@@ -91,7 +91,7 @@ static int callback(const char *path, lt_ptr data) {
return 0;
}
-void pa_dump_modules(struct pa_conf *c, int argc, char * const argv[]) {
+void pa_dump_modules(struct pa_daemon_conf *c, int argc, char * const argv[]) {
if (argc > 0) {
int i;
for (i = 0; i < argc; i++)