summaryrefslogtreecommitdiff
path: root/src/pdflib/pdflib/p_icclib.h
blob: ac933ff3bf9907a1d540589edf71fae43b3c19cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/* $Id: p_icclib.h,v 1.2 2009/10/20 18:14:16 scuri Exp $
 *
 * ICClib Header file icc.h for PDFlib
 *
 * $Log: p_icclib.h,v $
 * Revision 1.2  2009/10/20 18:14:16  scuri
 * *** empty log message ***
 *
 * Revision 1.12.8.1  2007/03/28 12:47:10  kurt
 * bug #1180 (Function prefixes missing for zlib assembler and ICC code) fixed
 * names of all external functions of ICClib have the prefix "pdf_" now
 *
 * Revision 1.12  2004/08/05 09:11:27  rjs
 * merged 6.0.x to pdflib-x
 *
 * Revision 1.11.2.1  2004/07/30 16:14:31  kurt
 * icc_read: all free statements in the error case removed
 *           (because of program crash in icc_delete)
 * icc_delete: more security checks
 * new public function: icc_get_errmsg
 *
 * Revision 1.11  2004/06/14 10:53:19  kurt
 * FEATURE defines reduced and renamed
 *
 * Revision 1.10  2003/03/03 12:46:43  tm
 * Changed the licensing comment.
 *
 */

#ifndef P_ICCLIB_H
#define P_ICCLIB_H


#endif /* P_ICCLIB_H */