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_IOMANAGER_L_H 00015 #define GWEN_IOMANAGER_L_H 00016 00017 00018 #include <gwenhywfar/iomanager.h> 00019 00020 00021 00022 int GWEN_Io_Manager_ModuleInit(); 00023 int GWEN_Io_Manager_ModuleFini(); 00024 00025 00026 00027 #endif 00028