Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.14-rc3 10 lines 228 B view raw
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); 8extern int pager_get_columns(void); 9 10#endif /* __SUBCMD_PAGER_H */