]> code.delx.au - pulseaudio/blobdiff - polyp/cli-text.h
* remove a lot of compiler warnings introduced by using some new GCC flags
[pulseaudio] / polyp / cli-text.h
index d19dd48ca44fae5fdaf3a2ca3559fe5f58f6a5c5..7a1a036103b25ae88784259f2a52dd6a2a93ccb5 100644 (file)
 /* Some functions to generate pretty formatted listings of
  * entities. The returned strings have to be freed manually. */
 
-char *pa_sink_input_list_to_string(struct pa_core *c);
-char *pa_source_output_list_to_string(struct pa_core *c);
-char *pa_sink_list_to_string(struct pa_core *core);
-char *pa_source_list_to_string(struct pa_core *c);
-char *pa_client_list_to_string(struct pa_core *c);
-char *pa_module_list_to_string(struct pa_core *c);
-char *pa_scache_list_to_string(struct pa_core *c);
-char *pa_autoload_list_to_string(struct pa_core *c);
-
-char *pa_full_status_string(struct pa_core *c);
+char *pa_sink_input_list_to_string(pa_core *c);
+char *pa_source_output_list_to_string(pa_core *c);
+char *pa_sink_list_to_string(pa_core *core);
+char *pa_source_list_to_string(pa_core *c);
+char *pa_client_list_to_string(pa_core *c);
+char *pa_module_list_to_string(pa_core *c);
+char *pa_scache_list_to_string(pa_core *c);
+char *pa_autoload_list_to_string(pa_core *c);
+
+char *pa_full_status_string(pa_core *c);
 
 #endif