entrance/src/bin/entrance_connect.h

9 lines
383 B
C
Raw Normal View History

#ifndef ENTRANCE_CONNECT_
#define ENTRANCE_CONNECT_
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_shutdown();
#endif /* ENTRANCE_CONNECT_ */