cbanking.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile$
00003  -------------------
00004  cvs         : $Id: cbanking.h 947 2006-02-21 17:04:54Z aquamaniac $
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 CBANKING_CBANKING_H
00015 #define CBANKING_CBANKING_H
00016 
00017 
00018 #include <aqbanking/banking.h>
00019 
00026 
00030 AB_BANKING *CBanking_new(const char *appName,
00031                          const char *fname);
00032 
00033 
00049 
00053 const char *CBanking_GetCharSet(const AB_BANKING *ab);
00054 
00058 void CBanking_SetCharSet(AB_BANKING *ab, const char *s);
00081 void CBanking_SetPinDb(AB_BANKING *ab, GWEN_DB_NODE *dbPins);
00082 
00083 
00087 int CBanking_GetIsNonInteractive(const AB_BANKING *ab);
00088 
00092 void CBanking_SetIsNonInteractive(AB_BANKING *ab, int i);
00095  /* addtogroup */
00096 
00097 #endif
00098 

Generated on Sun Apr 29 17:23:04 2007 for aqbanking by  doxygen 1.5.1