xref: /haiku/src/add-ons/print/drivers/canon_lips/lips3/Compress3.h (revision 51978af14a173e7fae0563b562be5603bc652aeb)
1 /*
2  * Compress3.h
3  * Copyright 1999-2000 Y.Takagi. All Rights Reserved.
4  */
5 
6 #ifndef __COMPRESS3_H
7 #define __COMPRESS3_H
8 
9 int compress3(unsigned char *out, unsigned char *in, int bytes);
10 
11 #endif	/* __COMPRESS3_H */
12