Main Page | Modules | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

connection.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile: connection.h,v $
00003                              -------------------
00004     cvs         : $Id: connection.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_H
00015 #define AH_CONNECTION_H
00016 
00017 
00018 #define AH_CONNECTION_MARK_HBCI  1
00019 #define AH_CONNECTION_MARK_HTTPS 2
00020 
00021 #include <gwenhywfar/netconnection.h>
00022 #include <aqhbci/hbci.h>
00023 
00024 #ifdef __cplusplus
00025 extern "C" {
00026 #endif
00027 
00028 void AH_Connection_Extend(AH_HBCI *hbci, GWEN_NETCONNECTION *conn);
00029 
00030 int AH_Connection_IsDown(const GWEN_NETCONNECTION *conn);
00031 void AH_Connection_SetIsDown(GWEN_NETCONNECTION *conn, int i);
00032 
00033 #ifdef __cplusplus
00034 }
00035 #endif
00036 
00037 
00038 #endif /* AH_CONNECTION_H */
00039 
00040 

Generated on Thu Oct 6 14:49:08 2005 for aqbanking by  doxygen 1.4.4