aqbanking 5.0.14
ab_accountqueuefns.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_ACCOUNTQUEUEFNS_H
00012 #define AQBANKING_ACCOUNTQUEUEFNS_H
00013 
00014 
00015 
00016 AQBANKING_API AB_JOBQUEUE *AB_AccountQueue_FindJobQueue(const AB_ACCOUNTQUEUE *aq, AB_JOB_TYPE jt);
00017 AQBANKING_API void AB_AccountQueue_AddJob(AB_ACCOUNTQUEUE *aq, AB_JOB *j);
00018 
00019 
00020 
00021 
00022 
00023 #endif
00024 
00025 
00026 
00027