]> git.proxmox.com Git - mirror_qemu.git/blobdiff - cpus.h
target-xxx: Use fprintf_function (format checking)
[mirror_qemu.git] / cpus.h
diff --git a/cpus.h b/cpus.h
index af267ea07f10566a80658727e3b8791fe3cc6f85..bf4d9bb87a75f521aed366a50d6257708aeab702 100644 (file)
--- a/cpus.h
+++ b/cpus.h
@@ -16,7 +16,6 @@ void vm_state_notify(int running, int reason);
 bool cpu_exec_all(void);
 void set_numa_modes(void);
 void set_cpu_log(const char *optarg);
-void list_cpus(FILE *f, int (*cpu_fprintf)(FILE *f, const char *fmt, ...),
-               const char *optarg);
+void list_cpus(FILE *f, fprintf_function cpu_fprintf, const char *optarg);
 
 #endif