chiark / gitweb /
update release_version to 4.35
[bible-kjv.git] / cmp.h
1 /* $Id: cmp.h,v 2.3 2005/01/22 18:47:45 matthew Exp $*/
2 #ifndef __CMP_H__
3 #define __CMP_H__
4
5 #ifdef NO_UCHAR
6  typedef char   char_type;
7 #else
8  typedef        unsigned char   char_type;
9 #endif /* UCHAR */
10
11 void cmp_init(void);
12 int cmp_decompress(char_type *inb, char_type  *outb, int insize );
13 int cmp_checkheader(char_type *inb);
14
15 #endif /*__CMP_H__*/