connectionhbci.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile: connectionhbci.h,v $
00003                              -------------------
00004     cvs         : $Id: connectionhbci.h,v 1.1 2005/08/05 20:33:12 aquamaniac Exp $
00005     begin       : Mon Mar 01 2004
00006     copyright   : (C) 2004 by Martin Preuss
00007     email       : martin@libchipcard.de
00008 
00009  ***************************************************************************
00010  *          Please see toplevel file COPYING for license details           *
00011  ***************************************************************************/
00012 
00013 
00014 #ifndef AH_CONNECTION_HBCI_H
00015 #define AH_CONNECTION_HBCI_H
00016 
00017 
00018 #define AH_CONNECTION_HBCI_MARK_HBCI  1
00019 #define AH_CONNECTION_HBCI_MARK_HTTPS 2
00020 
00021 #include <gwenhywfar/netconnection.h>
00022 
00023 
00024 #ifdef __cplusplus
00025 extern "C" {
00026 #endif
00027 
00028 GWEN_NETCONNECTION *AH_ConnectionHBCI_new(GWEN_NETTRANSPORT *tr,
00029                                           int take,
00030                                           GWEN_TYPE_UINT32 libId);
00031 
00032 void AH_ConnectionHBCI_SetDownAfterSend(GWEN_NETCONNECTION *conn, int i);
00033 
00034 
00035 #ifdef __cplusplus
00036 }
00037 #endif
00038 
00039 
00040 #endif /* AH_CONNECTION_HBCI_H */
00041 
00042 

Generated on Sat Jan 7 04:22:41 2006 for aqbanking by  doxygen 1.4.6