aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/subcmd/pager.h
blob: 8b83714ecf731e3250a2c4122d213320e5d18297 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef __SUBCMD_PAGER_H
#define __SUBCMD_PAGER_H

extern void pager_init(const char *pager_env);

extern void setup_pager(void);
extern int pager_in_use(void);

#endif /* __SUBCMD_PAGER_H */