From d0b2f91bede3bd5e3d24dd6803e56eee959c1797 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Thu, 20 Oct 2016 00:10:27 -0300 Subject: Linux-libre 4.8.2-gnu --- tools/perf/ui/ui.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/perf/ui/ui.h') diff --git a/tools/perf/ui/ui.h b/tools/perf/ui/ui.h index ab88383f8..4b6fb6c7a 100644 --- a/tools/perf/ui/ui.h +++ b/tools/perf/ui/ui.h @@ -26,4 +26,8 @@ static inline void ui__exit(bool wait_for_ok __maybe_unused) {} void ui__refresh_dimensions(bool force); +struct option; + +int stdio__config_color(const struct option *opt, const char *mode, int unset); + #endif /* _PERF_UI_H_ */ -- cgit v1.2.3-54-g00ecf