aqbanking  5.0.22
dlg_importer.h
Go to the documentation of this file.
00001 /***************************************************************************
00002  begin       : Tue Feb 10 2010
00003  copyright   : (C) 2010 by Martin Preuss
00004  email       : martin@aqbanking.de
00005 
00006  ***************************************************************************
00007  * This file is part of the project "AqBanking".                           *
00008  * Please see toplevel file COPYING of that project for license details.   *
00009  ***************************************************************************/
00010 
00011 #ifndef AQBANKING_DLG_IMPORTER_H
00012 #define AQBANKING_DLG_IMPORTER_H
00013 
00014 
00015 #include <gwenhywfar/dialog.h>
00016 #include <gwenhywfar/db.h>
00017 
00018 #include <aqbanking/banking.h>
00019 #include <aqbanking/imexporter.h>
00020 
00021 
00022 
00028 
00029 
00030 #ifdef __cplusplus
00031 extern "C" {
00032 #endif
00033 
00034 
00035 
00050 AQBANKING_API GWEN_DIALOG *AB_ImporterDialog_new(AB_BANKING *ab,
00051                                                  AB_IMEXPORTER_CONTEXT *ctx,
00052                                                  const char *finishedMessage);
00053 
00054 
00055 #ifdef __cplusplus
00056 }
00057 #endif
00058 
00059 
00063 #endif
00064