1 /***************************************************************************
2  $RCSfile$
3                              -------------------
4     cvs         : $Id: ohbci_l.h 794 2005-07-26 16:13:16Z aquamaniac $
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 GWEN_CRYPTTOKEN_OHBCI_L_H
15 #define GWEN_CRYPTTOKEN_OHBCI_L_H
16 
17 #include <gwenhywfar/buffer.h>
18 #include <gwenhywfar/ctplugin_be.h>
19 
20 
21 /** @name Constructor And Destructor
22  *
23  */
24 /*@{*/
25 GWEN_CRYPT_TOKEN *GWEN_Crypt_TokenOHBCI_new(GWEN_PLUGIN_MANAGER *pm,
26                                             const char *name);
27 /*@}*/
28 
29 
30 
31 
32 #endif /* GWEN_CRYPTTOKEN_OHBCI_L_H */
33 
34