#include <aqbanking/job.h>
Go to the source code of this file.
Functions | |
Functions To Be Used by Backends | |
uint32_t | AB_Job_GetIdForProvider (const AB_JOB *j) |
void | AB_Job_SetIdForProvider (AB_JOB *j, uint32_t i) |
GWEN_DB_NODE * | AB_Job_GetProviderData (AB_JOB *j, AB_PROVIDER *pro) |
void | AB_Job_SetResultText (AB_JOB *j, const char *s) |
void | AB_Job_SetStatus (AB_JOB *j, AB_JOB_STATUS st) |
void | AB_Job_SetUsedTan (AB_JOB *j, const char *s) |
void | AB_Job_LogRaw (AB_JOB *j, const char *txt) |
Definition in file job_be.h.