]> git.ipfire.org Git - thirdparty/cups.git/blob - pdftops/PDFDocEncoding.h
Load cups into easysw/current.
[thirdparty/cups.git] / pdftops / PDFDocEncoding.h
1 //========================================================================
2 //
3 // PDFDocEncoding.h
4 //
5 // Copyright 2002-2003 Glyph & Cog, LLC
6 //
7 //========================================================================
8
9 #ifndef PDFDOCENCODING_H
10 #define PDFDOCENCODING_H
11
12 #include "CharTypes.h"
13
14 extern Unicode pdfDocEncoding[256];
15
16 #endif