root/src/add-ons/print/drivers/canon_lips/lips3/Compress3.h
/*
 * Compress3.h
 * Copyright 1999-2000 Y.Takagi. All Rights Reserved.
 */
#ifndef __COMPRESS3_H
#define __COMPRESS3_H


int compress3(unsigned char* out, unsigned char* in, int bytes);


#endif /* __COMPRESS3_H */