summaryrefslogtreecommitdiffstats
path: root/polyp/cmdline.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/cmdline.h')
-rw-r--r--polyp/cmdline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/cmdline.h b/polyp/cmdline.h
index ca100d1d..e2eaf0d2 100644
--- a/polyp/cmdline.h
+++ b/polyp/cmdline.h
@@ -26,7 +26,7 @@
/* Parese the command line and store its data in *c. Return the index
* of the first unparsed argument in *d. */
-int pa_cmdline_parse(struct pa_daemon_conf*c, int argc, char *const argv [], int *d);
+int pa_cmdline_parse(pa_daemon_conf*c, int argc, char *const argv [], int *d);
/* Show the command line help. The command name is extracted from
* argv[0] which should be passed in argv0. */