blob: 1b31e540b8d98624332beefaee9d6f5e29b35740 (
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.1 2008/10/17 06:10:43 scuri Exp $ */
#ifndef PC_SCAN_H_INCLUDED
#define PC_SCAN_H_INCLUDED
#endif /* PC_SCAN_H_INCLUDED */
|