perf tools: Finalize subcmd independence
[deliverable/linux.git] / tools / perf / util / pager.h
1 #ifndef __PERF_PAGER_H
2 #define __PERF_PAGER_H
3
4 extern void pager_init(const char *pager_env);
5
6 extern void setup_pager(void);
7 extern int pager_in_use(void);
8
9 #endif /* __PERF_PAGER_H */
This page took 0.032026 seconds and 5 git commands to generate.