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