/* Prototypes for functions defined in
dosection.c
 */

void dosection(sectiontype * s,
               int c);

int InPageList(integer i);

void InstallPL(integer pslow,
               integer pshigh);

int ParsePages(register char * s);

