Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / lib / DtHelp / il / ildecomp.h
1 /* $XConsortium: ildecomp.h /main/3 1995/10/23 15:44:41 rswiston $ */
2 /**---------------------------------------------------------------------
3 ***     
4 ***    (c)Copyright 1991 Hewlett-Packard Co.
5 ***    
6 ***                             RESTRICTED RIGHTS LEGEND
7 ***    Use, duplication, or disclosure by the U.S. Government is subject to
8 ***    restrictions as set forth in sub-paragraph (c)(1)(ii) of the Rights in
9 ***    Technical Data and Computer Software clause in DFARS 252.227-7013.
10 ***                             Hewlett-Packard Company
11 ***                             3000 Hanover Street
12 ***                             Palo Alto, CA 94304 U.S.A.
13 ***    Rights for non-DOD U.S. Government Departments and Agencies are as set
14 ***    forth in FAR 52.227-19(c)(1,2).
15 ***
16 ***-------------------------------------------------------------------*/
17
18 #ifndef ILDECOMP_H
19 #define ILDECOMP_H
20
21 #ifndef ILPIPELEM_H
22 #include "ilpipelem.h"
23 #endif
24
25 #ifndef ILINT_H
26 #include "ilint.h"
27 #endif
28
29
30 IL_EXTERN ilBool _ilDecompG3 (
31     ilPipe              pipe,
32     ilPipeInfo         *pinfo,                              
33     ilImageDes         *pimdes
34     );
35
36 IL_EXTERN ilBool _ilDecompG4 (
37     ilPipe              pipe,
38     ilPipeInfo         *pinfo,                              
39     ilImageDes         *pimdes
40     );
41
42 IL_EXTERN ilBool _ilDecompLZW (
43     ilPipe              pipe,
44     ilPipeInfo         *pinfo,                              
45     ilImageDes         *pimdes,
46     ilImageFormat      *pimformat
47     );
48
49 IL_EXTERN ilBool _ilDecompPackbits (
50     ilPipe              pipe,
51     ilPipeInfo         *pinfo,
52     ilImageDes         *pimdes,
53     ilImageFormat      *pimformat
54     );
55
56 #endif