00001
00002
00003
00004 #ifndef HIINSURANCEDATA_L_H
00005 #define HIINSURANCEDATA_L_H
00006
00010 #include <gwenhywfar/misc.h>
00011 #include <gwenhywfar/list2.h>
00012 #include "hiinsurancedata.h"
00013 #include <gwenhywfar/misc.h>
00014
00015 #ifdef __cplusplus
00016 extern "C" {
00017 #endif
00018
00019
00020 GWEN_LIST_FUNCTION_DEFS(LC_HI_INSURANCE_DATA, LC_HIInsuranceData)
00021 LC_HI_INSURANCE_DATA_LIST *LC_HIInsuranceData_List_dup(const LC_HI_INSURANCE_DATA_LIST *stl);
00022
00023 GWEN_LIST2_FUNCTION_DEFS(LC_HI_INSURANCE_DATA, LC_HIInsuranceData)
00024
00025 void LC_HIInsuranceData_List2_freeAll(LC_HI_INSURANCE_DATA_LIST2 *stl);
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035 #ifdef __cplusplus
00036 }
00037 #endif
00038
00039
00040 #endif