aqbanking
5.7.8
aqbanking5
aqofxconnect
ofxhome.h
Go to the documentation of this file.
1
/***************************************************************************
2
begin : Tue Aug 17 2010
3
copyright : (C) 2010 by Martin Preuss
4
email : martin@libchipcard.de
5
6
***************************************************************************
7
* Please see toplevel file COPYING for license details *
8
***************************************************************************/
9
10
11
#ifndef OFXHOME_H
12
#define OFXHOME_H
13
14
15
#include <
aqofxconnect/aqofxconnect.h
>
16
#include <
aqofxconnect/oh_institute_data.h
>
17
#include <
aqofxconnect/oh_institute_spec.h
>
18
19
#include <gwenhywfar/xml.h>
20
21
typedef
struct
OFXHOME
OFXHOME
;
22
23
28
AQOFXCONNECT_API
OFXHOME
*
OfxHome_new
(
const
char
*dataFolder);
29
30
36
AQOFXCONNECT_API
void
OfxHome_free
(
OFXHOME
*ofh);
37
38
48
AQOFXCONNECT_API
const
OH_INSTITUTE_SPEC_LIST
*
OfxHome_GetSpecs
(
OFXHOME
*ofh);
49
50
64
AQOFXCONNECT_API
const
OH_INSTITUTE_DATA
*
OfxHome_GetData
(
OFXHOME
*ofh,
int
fid);
65
66
67
#endif
68
69
70
OFXHOME
struct OFXHOME OFXHOME
Definition:
ofxhome.h:21
oh_institute_spec.h
OfxHome_new
AQOFXCONNECT_API OFXHOME * OfxHome_new(const char *dataFolder)
OH_INSTITUTE_SPEC_LIST
Definition:
listdoc.h:7374
OfxHome_GetData
AQOFXCONNECT_API const OH_INSTITUTE_DATA * OfxHome_GetData(OFXHOME *ofh, int fid)
oh_institute_data.h
OH_INSTITUTE_DATA
struct OH_INSTITUTE_DATA OH_INSTITUTE_DATA
Definition:
oh_institute_data.h:101
aqofxconnect.h
AQOFXCONNECT_API
#define AQOFXCONNECT_API
Definition:
aqofxconnect.h:45
OfxHome_free
AQOFXCONNECT_API void OfxHome_free(OFXHOME *ofh)
OfxHome_GetSpecs
AQOFXCONNECT_API const OH_INSTITUTE_SPEC_LIST * OfxHome_GetSpecs(OFXHOME *ofh)
Generated by
1.8.13