]> git.ipfire.org Git - thirdparty/cups.git/blame - pdftops/PDFDocEncoding.h
Load cups into easysw/current.
[thirdparty/cups.git] / pdftops / PDFDocEncoding.h
CommitLineData
ef416fc2 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
14extern Unicode pdfDocEncoding[256];
15
16#endif