diff options
Diffstat (limited to 'tools/perf/util/debug.h')
-rw-r--r-- | tools/perf/util/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/debug.h b/tools/perf/util/debug.h index 510adaccba8..9c59b9551ad 100644 --- a/tools/perf/util/debug.h +++ b/tools/perf/util/debug.h | |||
@@ -29,5 +29,6 @@ int ui_helpline__show_help(const char *format, va_list ap); | |||
29 | 29 | ||
30 | void ui__warning(const char *format, ...) __attribute__((format(printf, 1, 2))); | 30 | void ui__warning(const char *format, ...) __attribute__((format(printf, 1, 2))); |
31 | void ui__warning_paranoid(void); | 31 | void ui__warning_paranoid(void); |
32 | void ui__error(const char *format, ...) __attribute__((format(printf, 1, 2))); | ||
32 | 33 | ||
33 | #endif /* __PERF_DEBUG_H */ | 34 | #endif /* __PERF_DEBUG_H */ |