aqbanking  5.7.8
ab_userqueuefns.h
Go to the documentation of this file.
1 /***************************************************************************
2  begin : Mon May 10 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 AQBANKING_USERQUEUEFNS_H
12 #define AQBANKING_USERQUEUEFNS_H
13 
14 
15 
18 
19 
20 
21 
22 
23 #endif
24 
25 
26 
27 
void AB_UserQueue_AddJob(AB_USERQUEUE *uq, AB_JOB *j)
struct AB_USERQUEUE AB_USERQUEUE
Definition: ab_userqueue.h:47
struct AB_ACCOUNTQUEUE AB_ACCOUNTQUEUE
#define AQBANKING_API
Definition: error.h:55
struct AB_JOB AB_JOB
Definition: job.h:106
AB_ACCOUNTQUEUE * AB_UserQueue_FindAccountQueue(const AB_USERQUEUE *uq, AB_ACCOUNT *acc)
struct AB_ACCOUNT AB_ACCOUNT