aqbanking  5.0.24.0-git
ab_queuefns.h
Go to the documentation of this file.
00001 /***************************************************************************
00002     begin       : Mon May 10 2010
00003     copyright   : (C) 2010 by Martin Preuss
00004     email       : martin@libchipcard.de
00005 
00006  ***************************************************************************
00007  *          Please see toplevel file COPYING for license details           *
00008  ***************************************************************************/
00009 
00010 
00011 #ifndef AQBANKING_QUEUEFNS_H
00012 #define AQBANKING_QUEUEFNS_H
00013 
00014 
00015 
00016 AQBANKING_API AB_USERQUEUE *AB_Queue_FindUserQueue(const AB_QUEUE *q, AB_USER *u);
00017 AQBANKING_API void AB_Queue_AddJob(AB_QUEUE *q, AB_USER *u, AB_JOB *j);
00018 AQBANKING_API AB_JOB *AB_Queue_FindFirstJobLikeThis(AB_QUEUE *q, AB_USER *u, AB_JOB *bj);
00019 
00020 
00021 
00022 
00023 
00024 #endif
00025 
00026 
00027 
00028