Merge tag 'linux-kselftest-4.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git] / tools / lib / subcmd / pager.h
blobf1a53cf2988045b73ad9d9376028fc62aed2169a
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __SUBCMD_PAGER_H
3 #define __SUBCMD_PAGER_H
5 extern void pager_init(const char *pager_env);
7 extern void setup_pager(void);
8 extern int pager_in_use(void);
9 extern int pager_get_columns(void);
11 #endif /* __SUBCMD_PAGER_H */