ctplugin_l.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile$
00003                              -------------------
00004     cvs         : $Id: crypttoken.h 1113 2007-01-10 09:14:16Z martin $
00005     begin       : Wed Mar 16 2005
00006     copyright   : (C) 2005 by Martin Preuss
00007     email       : martin@libchipcard.de
00008 
00009  ***************************************************************************
00010  *          Please see toplevel file COPYING for license details           *
00011  ***************************************************************************/
00012 
00013 
00014 #ifndef GWEN_CRYPT_TOKEN_PLUGIN_L_H
00015 #define GWEN_CRYPT_TOKEN_PLUGIN_L_H
00016 
00017 
00018 #include <gwenhywfar/ctplugin.h>
00019 
00020 
00021 int GWEN_Crypt_Token_ModuleInit(void);
00022 int GWEN_Crypt_Token_ModuleFini(void);
00023 
00024 
00025 
00026 #endif
00027 
00028