7 lines
83 B
C
7 lines
83 B
C
#ifndef UTIL_LINUX_PAGER
|
|
#define UTIL_LINUX_PAGER
|
|
|
|
void setup_pager(void);
|
|
|
|
#endif
|