Merge branch 'pm-sleep'
[cascardo/linux.git] / tools / perf / ui / ui.h
index ab88383..4b6fb6c 100644 (file)
@@ -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_ */