]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - tools/perf/util/ui/util.h
perf ui browser: Handle K_RESIZE in dialog windows
[karo-tx-linux.git] / tools / perf / util / ui / util.h
index 9a25538d473592ce78aff4183dcd75418e30305d..2d1738bd71c8adc639e7e53919f2cf988ea07ec3 100644 (file)
@@ -1,13 +1,14 @@
 #ifndef _PERF_UI_UTIL_H_
 #define _PERF_UI_UTIL_H_ 1
 
-#include <stdbool.h>
+#include <stdarg.h>
 
 int ui__getch(int delay_secs);
 int ui__popup_menu(int argc, char * const argv[]);
 int ui__help_window(const char *text);
-bool ui__dialog_yesno(const char *msg);
+int ui__dialog_yesno(const char *msg);
 int ui__question_window(const char *title, const char *text,
                        const char *exit_msg, int delay_secs);
+int __ui__warning(const char *title, const char *format, va_list args);
 
 #endif /* _PERF_UI_UTIL_H_ */