aqbanking  5.4.3beta
transactionfns.h
Go to the documentation of this file.
1 /***************************************************************************
2  begin : Mon Mar 01 2004
3  copyright : (C) 2004-2013 by Martin Preuss
4  email : martin@libchipcard.de
5 
6  ***************************************************************************
7  * This file is part of the project "AqBanking". *
8  * Please see toplevel file COPYING of that project for license details. *
9  ***************************************************************************/
10 
11 
12 
13 #ifndef AQBANKING_TRANSACTIONFNS_H
14 #define AQBANKING_TRANSACTIONFNS_H
15 
16 #include <aqbanking/transaction.h>
17 #include <aqbanking/account.h>
18 
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22 
23 
29  const AB_TRANSACTION *t0);
30 
39 
40 
41 
44 
47 
50 
53 
56 
59 
62 
63 
69 int AB_Transaction_CheckForSepaConformity(const AB_TRANSACTION *t, int restricted);
70 
71 
73 int AB_Transaction_WriteToFile(const AB_TRANSACTION *t, const char *tFile);
74 
75 
76 #ifdef __cplusplus
77 } /* __cplusplus */
78 #endif
79 
80 
81 #endif /* AQBANKING_TRANSACTIONFNS_H */