perf ui: Introduce struct perf_error_ops
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / tools / perf / ui / gtk / util.c
bloba727fe394e918b037ea8f21813caaab9eabcfa87
1 #include "../util.h"
2 #include "../../util/debug.h"
3 #include "gtk.h"
6 /*
7 * FIXME: Functions below should be implemented properly.
8 * For now, just add stubs for NO_NEWT=1 build.
9 */
10 #ifdef NO_NEWT_SUPPORT
11 int ui_helpline__show_help(const char *format __used, va_list ap __used)
13 return 0;
16 void ui_progress__update(u64 curr __used, u64 total __used,
17 const char *title __used)
20 #endif