blob: b32c9bb383529b8c898e292d6b9f339e99b2a2f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*---------------------------------------------------------------------------*
| PDFlib - A library for generating PDF on the fly |
+---------------------------------------------------------------------------+
| Copyright (c) 1997-2006 Thomas Merz and PDFlib GmbH. All rights reserved. |
+---------------------------------------------------------------------------+
| Proprietary source code -- do not redistribute! |
*---------------------------------------------------------------------------*/
/* $Id: pc_scan.h,v 1.2 2009/10/20 18:12:26 scuri Exp $ */
#ifndef PC_SCAN_H_INCLUDED
#define PC_SCAN_H_INCLUDED
#endif /* PC_SCAN_H_INCLUDED */
|