diff options
Diffstat (limited to 'tools/perf/util/ui/util.h')
-rw-r--r-- | tools/perf/util/ui/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/ui/util.h b/tools/perf/util/ui/util.h index e53c3d33490..9a25538d473 100644 --- a/tools/perf/util/ui/util.h +++ b/tools/perf/util/ui/util.h | |||
@@ -7,5 +7,7 @@ int ui__getch(int delay_secs); | |||
7 | int ui__popup_menu(int argc, char * const argv[]); | 7 | int ui__popup_menu(int argc, char * const argv[]); |
8 | int ui__help_window(const char *text); | 8 | int ui__help_window(const char *text); |
9 | bool ui__dialog_yesno(const char *msg); | 9 | bool ui__dialog_yesno(const char *msg); |
10 | int ui__question_window(const char *title, const char *text, | ||
11 | const char *exit_msg, int delay_secs); | ||
10 | 12 | ||
11 | #endif /* _PERF_UI_UTIL_H_ */ | 13 | #endif /* _PERF_UI_UTIL_H_ */ |