Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / tools / lib / subcmd / pager.h
... / ...
CommitLineData
1#ifndef __SUBCMD_PAGER_H
2#define __SUBCMD_PAGER_H
3
4extern void pager_init(const char *pager_env);
5
6extern void setup_pager(void);
7extern int pager_in_use(void);
8
9#endif /* __SUBCMD_PAGER_H */
This page took 0.036703 seconds and 5 git commands to generate.