Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
2 | #ifndef __SUBCMD_PAGER_H | ||||
3 | #define __SUBCMD_PAGER_H | ||||
4 | |||||
5 | extern void pager_init(const char *pager_env); | ||||
6 | |||||
7 | extern void setup_pager(void); | ||||
8 | extern int pager_in_use(void); | ||||
9 | extern int pager_get_columns(void); | ||||
10 | |||||
11 | #endif /* __SUBCMD_PAGER_H */ |