comparison pwplib/convert.h @ 56:5d819ba6891c

More cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 27 May 2010 22:48:37 +0300
parents 77f40a3c0095
children 0e2d7767c00d
comparison
equal deleted inserted replaced
55:77f40a3c0095 56:5d819ba6891c
36 /* rastconv.c */ 36 /* rastconv.c */
37 void convcalc_rast_ibmcol(void); 37 void convcalc_rast_ibmcol(void);
38 void conv_dump_rast(void); 38 void conv_dump_rast(void);
39 void convcalc_rast_col(void); 39 void convcalc_rast_col(void);
40 void convcalc_rast_mono(void); 40 void convcalc_rast_mono(void);
41 void conv_fromrast_full(u8*d,u8*s,int lgt);
41 42
42 #endif /* PWP_CONVERT_H */ 43 #endif /* PWP_CONVERT_H */