20#ifndef __TASK_LIST_H__
21#define __TASK_LIST_H__
struct _wlmaker_server_t wlmaker_server_t
Definition server.h:36
Definition task_list.c:48
wlmaker_server_t * server_ptr
Definition task_list.c:56
void wlmaker_task_list_destroy(wlmaker_task_list_t *task_list_ptr)
Definition task_list.c:179
struct _wlmaker_task_list_t wlmaker_task_list_t
Definition task_list.h:24
wlmaker_task_list_t * wlmaker_task_list_create(wlmaker_server_t *server_ptr, const wlmaker_config_style_t *style_ptr)
Definition task_list.c:128