iorequest_be.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_IOREQUEST_BE_H
00015 #define GWEN_IOREQUEST_BE_H
00016 
00017 
00018 #include <gwenhywfar/iorequest.h>
00019 
00020 
00021 GWEN_LIST_FUNCTION_LIB_DEFS(GWEN_IO_REQUEST, GWEN_Io_Request, GWENHYWFAR_API)
00022 
00023 
00024 GWENHYWFAR_API void GWEN_Io_Request_SetBufferPos(GWEN_IO_REQUEST *r, uint32_t i);
00025 
00026 GWENHYWFAR_API void GWEN_Io_Request_SetIncomingLayer(GWEN_IO_REQUEST *r, GWEN_IO_LAYER *iol);
00027 
00028 GWENHYWFAR_API void GWEN_Io_Request_Finished(GWEN_IO_REQUEST *r, GWEN_IO_REQUEST_STATUS st, int result);
00029 
00030 
00031 
00032 #endif

Generated by  doxygen 1.6.2