* clean up function names * add functions to temporary redirect to the pager and then restore original terminal output Signed-off-by: Karel Zak <kzak@redhat.com>
9 lines
134 B
C
9 lines
134 B
C
#ifndef UTIL_LINUX_PAGER
|
|
#define UTIL_LINUX_PAGER
|
|
|
|
void pager_redirect(void);
|
|
|
|
void pager_open(void);
|
|
void pager_close(void);
|
|
|
|
#endif
|