aqbanking  5.0.28beta
ab_userqueue.h
Go to the documentation of this file.
1 /**********************************************************
2  * This file has been automatically created by "typemaker2"
3  * from the file "ab_userqueue.xml".
4  * Please do not edit this file, all changes will be lost.
5  * Better edit the mentioned source file instead.
6  **********************************************************/
7 
8 #ifndef AB_USERQUEUE_H
9 #define AB_USERQUEUE_H
10 
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 /* needed system headers */
17 #include <gwenhywfar/types.h>
18 #include <gwenhywfar/list1.h>
19 #include <gwenhywfar/inherit.h>
20 
21 /* pre-headers */
22 #include <aqbanking/banking.h>
24 
25 typedef struct AB_USERQUEUE AB_USERQUEUE;
28 
29 
30 /* post-headers */
31 #include <aqbanking/ab_userqueuefns.h>
32 
33 
35 AQBANKING_API AB_USERQUEUE *AB_UserQueue_new(void);
36 
38 AQBANKING_API void AB_UserQueue_free(AB_USERQUEUE *p_struct);
39 
40 AQBANKING_API void AB_UserQueue_Attach(AB_USERQUEUE *p_struct);
41 
42 AQBANKING_API AB_USERQUEUE *AB_UserQueue_dup(const AB_USERQUEUE *p_struct);
43 
47 AQBANKING_API AB_USER *AB_UserQueue_GetUser(const AB_USERQUEUE *p_struct);
48 
53 
57 AQBANKING_API void AB_UserQueue_SetUser(AB_USERQUEUE *p_struct, AB_USER *p_src);
58 
62 AQBANKING_API void AB_UserQueue_SetAccountQueueList(AB_USERQUEUE *p_struct, AB_ACCOUNTQUEUE_LIST *p_src);
63 
65 
66 #ifdef __cplusplus
67 }
68 #endif
69 
70 #endif
71