provider.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile: provider.h,v $
00003                              -------------------
00004     cvs         : $Id: provider.h,v 1.2 2006/01/13 16:51:44 cstim 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 #ifndef AG_PROVIDER_H
00014 #define AG_PROVIDER_H
00015 
00016 #include <aqgeldkarte/aqgeldkarte.h>
00017 
00018 #include <aqbanking/banking_be.h>
00019 #include <aqbanking/provider_be.h>
00020 
00021 #include <chipcard2-client/client/card.h>
00022 
00023 
00024 #ifdef __cplusplus
00025 extern "C" {
00026 #endif
00027 
00028 AQGELDKARTE_API
00029 AB_PROVIDER *AG_Provider_new(AB_BANKING *ab);
00030 
00031 AQGELDKARTE_API
00032 LC_CARD *AG_Provider_MountCard(AB_PROVIDER *pro, AB_ACCOUNT *acc);
00033 
00034 
00035 #ifdef __cplusplus
00036 }
00037 #endif
00038 
00039 
00040 #endif
00041 

Generated on Wed Jun 28 15:17:43 2006 for aqbanking by  doxygen 1.4.6