]> Git Repo - qemu.git/blobdiff - include/qemu/readline.h
cpu-exec: Add "nochain" debug flag
[qemu.git] / include / qemu / readline.h
index a89fe4a9a9644c5af3ef50b560e1247b95e08cdf..49efe4e39b491a34a2478327d67c2e53b97b7842 100644 (file)
@@ -5,7 +5,8 @@
 #define READLINE_MAX_CMDS 64
 #define READLINE_MAX_COMPLETIONS 256
 
-typedef void ReadLinePrintfFunc(void *opaque, const char *fmt, ...);
+typedef void GCC_FMT_ATTR(2, 3) ReadLinePrintfFunc(void *opaque,
+                                                   const char *fmt, ...);
 typedef void ReadLineFlushFunc(void *opaque);
 typedef void ReadLineFunc(void *opaque, const char *str,
                           void *readline_opaque);
This page took 0.023768 seconds and 4 git commands to generate.