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

void downchar(chardesctype * c,
              shalfword cc);

void makepsname(register char * s,
                register int n);

void lfontout(int n);

void download(charusetype * p,
              int psfont);

