|
dpkg 1.22.7-3-g89f48
|
#include <config.h>#include <compat.h>#include <sys/types.h>#include <stdbool.h>#include <stdlib.h>#include <string.h>#include <signal.h>#include <unistd.h>#include <dpkg/dpkg.h>#include <dpkg/i18n.h>#include <dpkg/subproc.h>#include <dpkg/command.h>#include <dpkg/pager.h>Data Structures | |
| struct | pager |
Functions | |
| void | pager_enable (bool enable) |
| const char * | pager_get_exec (void) |
| Get a suitable pager. | |
| struct pager * | pager_spawn (const char *desc) |
| void | pager_reap (struct pager *pager) |