util-linux/include/pager.h

7 lines
83 B
C

#ifndef UTIL_LINUX_PAGER
#define UTIL_LINUX_PAGER
void setup_pager(void);
#endif