]> code.delx.au - pulseaudio/blobdiff - polyp/protocol-simple.h
* remove a lot of compiler warnings introduced by using some new GCC flags
[pulseaudio] / polyp / protocol-simple.h
index 7b15ffcd5839b5ed5a83694b40444621c2dbce17..63455a53e400d5f0699ba3ac931aff5f6d8d25b1 100644 (file)
@@ -27,9 +27,9 @@
 #include "core.h"
 #include "modargs.h"
 
-struct pa_protocol_simple;
+typedef struct pa_protocol_simple pa_protocol_simple;
 
-struct pa_protocol_simple* pa_protocol_simple_new(struct pa_core *core, struct pa_socket_server *server, struct pa_module *m, struct pa_modargs *ma);
-void pa_protocol_simple_free(struct pa_protocol_simple *n);
+pa_protocol_simple* pa_protocol_simple_new(pa_core *core, pa_socket_server *server, pa_module *m, pa_modargs *ma);
+void pa_protocol_simple_free(pa_protocol_simple *n);
 
 #endif