aqbanking  5.0.24.0-git
ab_queue.h
Go to the documentation of this file.
1 /**********************************************************
2  * This file has been automatically created by "typemaker2"
3  * from the file "ab_queue.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_QUEUE_H
9 #define AB_QUEUE_H
10 
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 /* needed system headers */
17 #include <gwenhywfar/types.h>
18 #include <gwenhywfar/inherit.h>
19 
20 /* pre-headers */
21 #include <aqbanking/banking.h>
22 #include <aqbanking/ab_userqueue.h>
23 
24 typedef struct AB_QUEUE AB_QUEUE;
26 
27 
28 /* post-headers */
29 #include <aqbanking/ab_queuefns.h>
30 
31 
34 
36 AQBANKING_API void AB_Queue_free(AB_QUEUE *p_struct);
37 
38 AQBANKING_API void AB_Queue_Attach(AB_QUEUE *p_struct);
39 
41 
46 
51 
52 #ifdef __cplusplus
53 }
54 #endif
55 
56 #endif
57