perf annotate: Fix a build error
[deliverable/linux.git] / tools / perf / util / ui / util.h
CommitLineData
1e6dd077
ACM
1#ifndef _PERF_UI_UTIL_H_
2#define _PERF_UI_UTIL_H_ 1
3
4610e413 4#include <stdarg.h>
1e6dd077 5
71172ed9 6int ui__getch(int delay_secs);
1e6dd077
ACM
7int ui__popup_menu(int argc, char * const argv[]);
8int ui__help_window(const char *text);
4610e413 9int ui__dialog_yesno(const char *msg);
ae55795e
ACM
10int ui__question_window(const char *title, const char *text,
11 const char *exit_msg, int delay_secs);
4610e413 12int __ui__warning(const char *title, const char *format, va_list args);
1e6dd077
ACM
13
14#endif /* _PERF_UI_UTIL_H_ */
This page took 0.100576 seconds and 5 git commands to generate.