summaryrefslogtreecommitdiffstats
path: root/polyp/cmdline.c
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/cmdline.c')
-rw-r--r--polyp/cmdline.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/polyp/cmdline.c b/polyp/cmdline.c
index 0951725a..5635707f 100644
--- a/polyp/cmdline.c
+++ b/polyp/cmdline.c
@@ -135,8 +135,8 @@ void pa_cmdline_help(const char *argv0) {
" -n Don't load default script file\n", e);
}
-int pa_cmdline_parse(struct pa_daemon_conf *conf, int argc, char *const argv [], int *d) {
- struct pa_strbuf *buf = NULL;
+int pa_cmdline_parse(pa_daemon_conf *conf, int argc, char *const argv [], int *d) {
+ pa_strbuf *buf = NULL;
int c;
assert(conf && argc && argv);