summaryrefslogtreecommitdiffstats
path: root/polyp/dumpmodules.h
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.h
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.h')
-rw-r--r--polyp/dumpmodules.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/polyp/dumpmodules.h b/polyp/dumpmodules.h
index 6b1bd858..544c55d2 100644
--- a/polyp/dumpmodules.h
+++ b/polyp/dumpmodules.h
@@ -22,8 +22,8 @@
USA.
***/
-#include "conf.h"
+#include "daemon-conf.h"
-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[]);
#endif