1 /**********************************************************
2  * This file has been automatically created by "typemaker2"
3  * from the file "tm_item.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 TM_ITEM_P_H
9 #define TM_ITEM_P_H
10 
11 #include "tm_item.h"
12 
13 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
18 struct TYPEMAKER2_ITEM {
19   GWEN_LIST_ELEMENT(TYPEMAKER2_ITEM)
20   char *name;
21   char *value;
22 };
23 
24 #ifdef __cplusplus
25 }
26 #endif
27 
28 #endif
29 
30