Merge tag 'drm-vc4-fixes-2015-01-19' of http://github.com/anholt/linux into drm-fixes
[linux-2.6-block.git] / tools / lib / subcmd / pager.h
1 #ifndef __SUBCMD_PAGER_H
2 #define __SUBCMD_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 /* __SUBCMD_PAGER_H */