1 
2 #include "pnm.h"
3 
4 void readpcx(char *name,pix *p,int vvv);
5 
6 /* write 8bit palette no RLE, ToDo: obsolete?  */
7 void writebmp(char *name,pix p,int vvv);
8 
9 /* ------------------------------------------------------------------------ */
10