Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
2a7106f2cb0768d00fe8c1eb42a754a7d8518f08
/
.
/
tools
/
perf
/
util
/
ui
/
util.h
blob: afcbc1d99531595eee370f9076975dc609ebfb55 [
file
] [
log
] [
blame
]
#ifndef
_PERF_UI_UTIL_H_
#define
_PERF_UI_UTIL_H_
1
#include
<stdbool.h>
int
ui__popup_menu
(
int
argc
,
char
*
const
argv
[]);
int
ui__help_window
(
const
char
*
text
);
bool
ui__dialog_yesno
(
const
char
*
msg
);
#endif
/* _PERF_UI_UTIL_H_ */