1 /* Zgv v2.7 - GIF, JPEG and PBM/PGM/PPM viewer, for VGA PCs running Linux.
2  * Copyright (C) 1993-1995 Russell Marks. See README for license details.
3  *
4  * readpcx.h
5  */
6 
7 extern int read_pcx_file(char *filename,hffunc howfarfunc,
8 	unsigned char **bmap,unsigned char **pal,int *output_type,
9 	PICINFO *pp);
10 extern void aborted_file_pcx_cleanup(void);
11