#ifndef ENTRANCE_CONNECT_ #define ENTRANCE_CONNECT_ typedef void (*Entrance_Connect_Auth_Cb)(void *data, Eina_Bool granted); void entrance_connect_init(); void entrance_connect_auth_send(const char *login, const char *password, const char *session, Eina_Bool open_session); void entrance_connect_action_send(unsigned char id); void entrance_connect_conf_send(Entrance_Conf_Gui_Event *conf); void *entrance_connect_auth_cb_add(Entrance_Connect_Auth_Cb func, void *data); void entrance_connect_auth_cb_del(void *list); void entrance_connect_shutdown(); #endif /* ENTRANCE_CONNECT_ */