65 #endif //event_list_H_ list_t * events
Payload of event list.
void event_list_destroy(event_list_t **event_list)
To destroy the event_list data struct.
E_MCL_ERROR_CODE
MCL Error code definitions. Every function returning an error code uses this enum values...
E_MCL_ERROR_CODE event_list_initialize(const char *version, event_list_t **event_list)
This function creates and initializes a data struct of event_list.
item_meta_t * meta
Meta of event list.
This struct is used for building the event.
Event module header file.
This struct is used for building a single event.
E_MCL_ERROR_CODE event_list_add_event(event_t *event, event_list_t *event_list)
This function adds event to event_list.
Data types module header file.