aqbanking 5.0.2

bankinfoplugin.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile$
00003  -------------------
00004  cvs         : $Id$
00005  begin       : Mon Mar 01 2004
00006  copyright   : (C) 2004 by Martin Preuss
00007  email       : martin@libchipcard.de
00008 
00009  ***************************************************************************
00010  * This file is part of the project "AqBanking".                           *
00011  * Please see toplevel file COPYING of that project for license details.   *
00012  ***************************************************************************/
00013 
00014 
00015 #ifndef AQBANKING_BANKINFOPLUGIN_H
00016 #define AQBANKING_BANKINFOPLUGIN_H
00017 
00018 #include <aqbanking/bankinfo.h>
00019 
00020 
00021 typedef enum {
00022   AB_BankInfoCheckResult_Ok=0,
00023   AB_BankInfoCheckResult_NotOk,
00024   AB_BankInfoCheckResult_UnknownBank,
00025   AB_BankInfoCheckResult_UnknownResult
00026 } AB_BANKINFO_CHECKRESULT;
00027 
00028 
00029 
00030 
00031 #endif /* AQBANKING_BANKINFOPLUGIN_H */
00032