gwenhywfar  4.8.0beta
cryptkey_l.h
Go to the documentation of this file.
1 /*************************************************************************************************
2  $RCSfile$
3  -------------------
4  cvs : $Id: crypttoken.h 1113 2007-01-10 09:14:16Z martin $
5  begin : Wed Mar 16 2005
6  copyright : (C) 2005 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_CRYPT_KEY_L_H
15 #define GWEN_CRYPT_KEY_L_H
16 
17 #include <gwenhywfar/cryptkey_be.h>
18 
19 
20 int GWEN_Crypt3_ModuleInit(void);
21 int GWEN_Crypt3_ModuleFini(void);
22 
23 
24 
25 #endif