aqbanking  5.7.8
job_be.h
Go to the documentation of this file.
1 /***************************************************************************
2  $RCSfile$
3  -------------------
4  cvs : $Id$
5  begin : Mon Mar 01 2004
6  copyright : (C) 2004 by Martin Preuss
7  email : martin@libchipcard.de
8 
9  ***************************************************************************
10  * This file is part of the project "AqBanking". *
11  * Please see toplevel file COPYING of that project for license details. *
12  ***************************************************************************/
13 
14 
20 #ifndef AQBANKING_JOB_BE_H
21 #define AQBANKING_JOB_BE_H
22 
23 #include <aqbanking/job.h>
24 
29 
30 
31 #ifdef __cplusplus
32 extern "C" {
33 #endif
34 
44 uint32_t AB_Job_GetIdForProvider(const AB_JOB *j);
45 
47 void AB_Job_SetIdForProvider(AB_JOB *j, uint32_t i);
48 
57 GWEN_DB_NODE *AB_Job_GetProviderData(AB_JOB *j, AB_PROVIDER *pro);
58 
60 void AB_Job_SetResultText(AB_JOB *j, const char *s);
61 
63 void AB_Job_SetUsedTan(AB_JOB *j, const char *s);
64 
74 void AB_Job_LogRaw(AB_JOB *j, const char *txt);
75 
79 #ifdef __cplusplus
80 }
81 #endif
82  /* defgroup */
84 
85 
86 #endif /* AQBANKING_JOB_BE_H */
87 
88 
89 
90 
void AB_Job_SetUsedTan(AB_JOB *j, const char *s)
void AB_Job_SetIdForProvider(AB_JOB *j, uint32_t i)
#define AQBANKING_API
Definition: error.h:55
uint32_t AB_Job_GetIdForProvider(const AB_JOB *j)
struct AB_JOB AB_JOB
Definition: job.h:106
void AB_Job_LogRaw(AB_JOB *j, const char *txt)
struct AB_PROVIDER AB_PROVIDER
void AB_Job_SetResultText(AB_JOB *j, const char *s)
GWEN_DB_NODE * AB_Job_GetProviderData(AB_JOB *j, AB_PROVIDER *pro)