void *data;
struct _ecore_list_node *next;
- ECORE_DECLARE_LOCKS;
+ ECORE_DECLARE_LOCKS
};
struct _ecore_list {
int nodes; /* The number of nodes in the list */
int index; /* The position from the front of the
list of current node */
- ECORE_DECLARE_LOCKS;
+ ECORE_DECLARE_LOCKS
};
int max_right;
int max_left;
- ECORE_DECLARE_LOCKS;
+ ECORE_DECLARE_LOCKS
};
typedef struct _Ecore_Tree Ecore_Tree;
/* Callback for freeing node data, default is NULL */
Ecore_Free_Cb free_func;
- ECORE_DECLARE_LOCKS;
+ ECORE_DECLARE_LOCKS
};
/* Some basic tree functions */