summaryrefslogtreecommitdiff
path: root/tools/perf/ui/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/ui/util.h')
-rw-r--r--tools/perf/ui/util.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/perf/ui/util.h b/tools/perf/ui/util.h
index 361f08c52d37..e30cea807564 100644
--- a/tools/perf/ui/util.h
+++ b/tools/perf/ui/util.h
@@ -1,12 +1,15 @@
+/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _PERF_UI_UTIL_H_
#define _PERF_UI_UTIL_H_ 1
#include <stdarg.h>
int ui__getch(int delay_secs);
-int ui__popup_menu(int argc, char * const argv[]);
+int ui__popup_menu(int argc, char * const argv[], int *keyp);
int ui__help_window(const char *text);
int ui__dialog_yesno(const char *msg);
+void __ui__info_window(const char *title, const char *text, const char *exit_msg);
+void ui__info_window(const char *title, const char *text);
int ui__question_window(const char *title, const char *text,
const char *exit_msg, int delay_secs);