aqbanking  5.7.8
ab_queuefns.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_QUEUEFNS_H
12 #define AQBANKING_QUEUEFNS_H
13 
14 
15 
19 
20 
21 
22 
23 
24 #endif
25 
26 
27 
28 
struct AB_USER AB_USER
struct AB_USERQUEUE AB_USERQUEUE
Definition: ab_userqueue.h:47
AB_USERQUEUE * AB_Queue_FindUserQueue(const AB_QUEUE *q, AB_USER *u)
#define AQBANKING_API
Definition: error.h:55
struct AB_JOB AB_JOB
Definition: job.h:106
AB_JOB * AB_Queue_FindFirstJobLikeThis(AB_QUEUE *q, AB_USER *u, AB_JOB *bj)
void AB_Queue_AddJob(AB_QUEUE *q, AB_USER *u, AB_JOB *j)
struct AB_QUEUE AB_QUEUE
Definition: ab_queue.h:40