aqbanking
5.1.0beta
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
aqbanking5
aqbanking
transactionfns.h
Go to the documentation of this file.
1
/***************************************************************************
2
$RCSfile$
3
-------------------
4
cvs : $Id$
5
begin : Mon Mar 01 2004
6
copyright : (C) 2004 by Martin Preuss
7
email : martin@libchipcard.de
8
9
***************************************************************************
10
* This file is part of the project "AqBanking". *
11
* Please see toplevel file COPYING of that project for license details. *
12
***************************************************************************/
13
14
15
16
#ifndef AQBANKING_TRANSACTIONFNS_H
17
#define AQBANKING_TRANSACTIONFNS_H
18
19
#include <
aqbanking/transaction.h
>
20
#include <
aqbanking/account.h
>
21
22
#ifdef __cplusplus
23
extern
"C"
{
24
#endif
25
26
30
AQBANKING_API
31
int
AB_Transaction_Compare
(
const
AB_TRANSACTION
*t1,
32
const
AB_TRANSACTION
*t0);
33
40
AQBANKING_API
41
void
AB_Transaction_FillLocalFromAccount
(
AB_TRANSACTION
*t,
const
AB_ACCOUNT
*a);
42
43
44
#ifdef __cplusplus
45
}
/* __cplusplus */
46
#endif
47
48
49
#endif
/* AQBANKING_TRANSACTIONFNS_H */
Generated on Sun Oct 27 2013 23:35:11 for aqbanking by
1.8.4