summaryrefslogtreecommitdiffstats
path: root/include/pager.h
blob: 0a7140d70e9288c7747d4fe90e693fe72e41c8c3 (plain)
1
2
3
4
5
6
7
8
9
#ifndef UTIL_LINUX_PAGER
#define UTIL_LINUX_PAGER

void pager_redirect(void);

void pager_open(void);
void pager_close(void);

#endif