ui.h (4f2c0a4acffbec01079c28f839422e64ddeff004) ui.h (cd8ef949203c0fe88b031530cb5b63afd582e0f7)
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef _PERF_UI_H_
3#define _PERF_UI_H_ 1
4
5#include "../util/mutex.h"
6#include <stdbool.h>
7#include <linux/compiler.h>
8

--- 17 unchanged lines hidden (view full) ---

26#endif
27
28void ui__refresh_dimensions(bool force);
29
30struct option;
31
32int stdio__config_color(const struct option *opt, const char *mode, int unset);
33
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef _PERF_UI_H_
3#define _PERF_UI_H_ 1
4
5#include "../util/mutex.h"
6#include <stdbool.h>
7#include <linux/compiler.h>
8

--- 17 unchanged lines hidden (view full) ---

26#endif
27
28void ui__refresh_dimensions(bool force);
29
30struct option;
31
32int stdio__config_color(const struct option *opt, const char *mode, int unset);
33
34void pthread__block_sigwinch(void);
35void pthread__unblock_sigwinch(void);
36
34#endif /* _PERF_UI_H_ */
37#endif /* _PERF_UI_H_ */