dpkg 1.21.11
Data Structures | Functions
pager.c File Reference

(5973aa2f9)

#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>
Include dependency graph for pager.c:

Data Structures

struct  pager
 

Functions

void pager_enable (bool enable)
 
const char * pager_get_exec (void)
 Get a suitable pager. More...
 
struct pagerpager_spawn (const char *desc)
 
void pager_reap (struct pager *pager)