1 /*---------------------------------------------------------------------------*
2  |              PDFlib - A library for generating PDF on the fly             |
3  +---------------------------------------------------------------------------+
4  |            Copyright (c) 2006 PDFlib GmbH. All rights reserved.           |
5  +---------------------------------------------------------------------------+
6  |                                                                           |
7  |    This software is subject to the PDFlib license. It is NOT in the       |
8  |    public domain. Extended versions and commercial licenses are           |
9  |    available, please check http://www.pdflib.com.                         |
10  |                                                                           |
11  *---------------------------------------------------------------------------*/
12 
13 /* $Id: pc_digsig.c,v 1.6.2.2 2007/01/22 10:36:40 rjs Exp $
14  */
15 
16 
17 /* ANSI C forbids an empty source file */
18 void pdc_dummy_digsig_c(void);
pdc_dummy_digsig_c()19 void pdc_dummy_digsig_c() {}
20 
21