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_IOLAYER_L_H 00015 #define GWEN_IOLAYER_L_H 00016 00017 00018 #include "iolayer_be.h" 00019 #include <gwenhywfar/list1.h> 00020 00021 00022 GWEN_LIST_FUNCTION_DEFS(GWEN_IO_LAYER, GWEN_Io_Layer) 00023 00024 00025 00026 int GWEN_Io_Layer_AddWaitingSockets(GWEN_IO_LAYER *io, 00027 GWEN_SOCKET_LIST2 *readSockets, 00028 GWEN_SOCKET_LIST2 *writeSockets); 00029 00030 00031 #endif