00001
00002
00003
00004 #ifndef STARCOS_KEYDESCR_L_H
00005 #define STARCOS_KEYDESCR_L_H
00006
00010 #include <gwenhywfar/misc.h>
00011 #include <gwenhywfar/list2.h>
00012 #include "starcos_keydescr.h"
00013 #include <gwenhywfar/misc.h>
00014
00015 #ifdef __cplusplus
00016 extern "C" {
00017 #endif
00018
00019
00020 GWEN_LIST_FUNCTION_DEFS(LC_STARCOS_KEYDESCR, LC_Starcos_KeyDescr)
00021 LC_STARCOS_KEYDESCR_LIST *LC_Starcos_KeyDescr_List_dup(const LC_STARCOS_KEYDESCR_LIST *stl);
00022
00023 GWEN_LIST2_FUNCTION_DEFS(LC_STARCOS_KEYDESCR, LC_Starcos_KeyDescr)
00024
00025 void LC_Starcos_KeyDescr_List2_freeAll(LC_STARCOS_KEYDESCR_LIST2 *stl);
00026
00027
00028
00029
00030
00031
00032
00033
00034 #ifdef __cplusplus
00035 }
00036 #endif
00037
00038
00039 #endif