1 /***************************************************************************
2     begin       : Mon Mar 01 2004
3     copyright   : (C) 2020 by Martin Preuss
4     email       : martin@libchipcard.de
5 
6  ***************************************************************************
7  *          Please see toplevel file COPYING for license details           *
8  ***************************************************************************/
9 
10 #ifndef AH_PROVIDER_SENDCMD_H
11 #define AH_PROVIDER_SENDCMD_H
12 
13 #include <aqbanking/backendsupport/provider.h>
14 #include <aqbanking/backendsupport/providerqueue.h>
15 #include <aqbanking/types/imexporter_context.h>
16 
17 
18 #include "aqhbci/joblayer/job_l.h"
19 #include "aqhbci/applayer/outbox_l.h"
20 
21 
22 
23 int AH_Provider_SendCommands(AB_PROVIDER *pro, AB_PROVIDERQUEUE *pq, AB_IMEXPORTER_CONTEXT *ctx);
24 
25 
26 #endif
27 
28