-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 275103 b: refs/heads/master c: 4610e41 h: refs/heads/master i: 275101: 588230f 275099: 3fddf44 275095: 47ede56 275087: 0fb6b99 275071: ab5b71d v: v3
- Loading branch information
Arnaldo Carvalho de Melo
committed
Oct 26, 2011
1 parent
a4e58cf
commit c9b5e78
Showing
10 changed files
with
95 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 0458122db0a2ebd1d3779469cb6184d8b195be09 | ||
refs/heads/master: 4610e4137b5fb93042a248928a2c0049ef7d4190 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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_ */ |