gwenhywfar  4.11.0beta
ctplugin.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_TOKEN_PLUGIN_H
15 #define GWEN_CRYPT_TOKEN_PLUGIN_H
16 
17 
19 #include <gwenhywfar/plugin.h>
20 #include <gwenhywfar/ct.h>
21 
22 
23 
24 #define GWEN_CRYPT_TOKEN_PLUGIN_TYPENAME "ct"
25 #define GWEN_CRYPT_TOKEN_FOLDER "ct"
26 
27 
28 #ifdef __cplusplus
29 extern "C" {
30 #endif
31 
32 
34 
35 
36 
58 
60 
61 
62 
63 
64 
69 
76  GWEN_BUFFER *typeName,
77  GWEN_BUFFER *tokenName,
78  uint32_t guiid);
79 
83 
87 #ifdef __cplusplus
88 }
89 #endif
90 
91 
92 
93 #endif
94 
95