You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
227 B
11 lines
227 B
9 years ago
|
#ifdef E_TYPEDEFS
|
||
|
#else
|
||
|
# ifndef E_COMP_WL_DATA_H
|
||
|
# define E_COMP_WL_DATA_H
|
||
|
|
||
|
EINTERN Eina_Bool e_comp_wl_data_manager_init(E_Comp_Data *cdata);
|
||
|
EINTERN void e_comp_wl_data_manager_shutdown(E_Comp_Data *cdata);
|
||
|
|
||
|
# endif
|
||
|
#endif
|