summaryrefslogtreecommitdiffstats
path: root/polyp/dumpmodules.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/dumpmodules.h')
-rw-r--r--polyp/dumpmodules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/dumpmodules.h b/polyp/dumpmodules.h
index fadc571f..968d2de9 100644
--- a/polyp/dumpmodules.h
+++ b/polyp/dumpmodules.h
@@ -26,6 +26,6 @@
/* Dump all available modules to STDOUT. If argc > 0 print information
* about the modules specified in argv[] instead. */
-void pa_dump_modules(struct pa_daemon_conf *c, int argc, char * const argv[]);
+void pa_dump_modules(pa_daemon_conf *c, int argc, char * const argv[]);
#endif