Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
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