aqbanking  5.0.22
ab_userqueuefns.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_USERQUEUEFNS_H
00012 #define AQBANKING_USERQUEUEFNS_H
00013 
00014 
00015 
00016 AQBANKING_API AB_ACCOUNTQUEUE *AB_UserQueue_FindAccountQueue(const AB_USERQUEUE *uq, AB_ACCOUNT *acc);
00017 AQBANKING_API void AB_UserQueue_AddJob(AB_USERQUEUE *uq, AB_JOB *j);
00018 
00019 
00020 
00021 
00022 
00023 #endif
00024 
00025 
00026 
00027