]> code.delx.au - pulseaudio/blobdiff - polyp/cmdline.c
* remove a lot of compiler warnings introduced by using some new GCC flags
[pulseaudio] / polyp / cmdline.c
index 0951725a1e38d9364c5d8e91dafa1c6eec172b35..5635707f2e3b57c8db42f7b9fa9f51a130d2392d 100644 (file)
@@ -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);