libchipcard  5.1.5rc2
misc.h
Go to the documentation of this file.
1 /***************************************************************************
2  $RCSfile$
3  -------------------
4  cvs : $Id$
5  begin : Mon Mar 01 2004
6  copyright : (C) 2004 by Martin Preuss
7  email : martin@libchipcard.de
8 
9  ***************************************************************************
10  * Please see toplevel file COPYING for license details *
11  ***************************************************************************/
12 
13 
14 #ifndef CHIPCARD3_MISC_H
15 #define CHIPCARD3_MISC_H
16 
17 #include <chipcard/chipcard.h>
18 
19 #include <gwenhywfar/netlayer.h>
20 
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24 
25 
26 #ifdef __cplusplus
27 }
28 #endif
29 
30 
31 #endif
32