ekg2
GIT master
|
Idź do kodu źródłowego tego pliku.
Struktury danych | |
struct | icq_rate_t |
struct | icq_snac_reference_list_s |
struct | icq_private_t |
Definicje | |
#define | SNAC_HANDLER(x) int x(session_t *s, guint16 cmd, unsigned char *buf, int len, private_data_t *data) |
#define | SNAC_SUBHANDLER(x) int x(session_t *s, unsigned char *buf, int len, private_data_t *data) |
#define | icq_uid(target) protocol_uid("icq", target) |
#define | MIRANDAOK 1 |
#define | MIRANDA_COMPILANT_CLIENT 1 |
#define | ICQ_DEBUG_UNUSED_INFORMATIONS 1 |
Definicje typów | |
typedef int(* | snac_handler_t) (session_t *, guint16 cmd, unsigned char *, int, private_data_t *) |
typedef int(* | snac_subhandler_t) (session_t *s, unsigned char *, int, private_data_t *) |
typedef struct icq_snac_reference_list_s | icq_snac_reference_list_t |
Funkcje | |
int | icq_send_pkt (session_t *s, GString *buf) |
void | icq_session_connected (session_t *s) |
int | icq_write_status (session_t *s) |
void | icq_handle_disconnect (session_t *s, const char *reason, int type) |
void | icq_connect (session_t *session, const char *server, int port) |
#define ICQ_DEBUG_UNUSED_INFORMATIONS 1 |
#define icq_uid | ( | target | ) | protocol_uid("icq", target) |
#define MIRANDA_COMPILANT_CLIENT 1 |
#define MIRANDAOK 1 |
#define SNAC_HANDLER | ( | x | ) | int x(session_t *s, guint16 cmd, unsigned char *buf, int len, private_data_t *data) |
#define SNAC_SUBHANDLER | ( | x | ) | int x(session_t *s, unsigned char *buf, int len, private_data_t *data) |
typedef struct icq_snac_reference_list_s icq_snac_reference_list_t |
typedef int(* snac_handler_t) (session_t *, guint16 cmd, unsigned char *, int, private_data_t *) |
typedef int(* snac_subhandler_t) (session_t *s, unsigned char *, int, private_data_t *) |
void icq_connect | ( | session_t * | session, |
const char * | server, | ||
int | port | ||
) |
void icq_handle_disconnect | ( | session_t * | s, |
const char * | reason, | ||
int | type | ||
) |
int icq_send_pkt | ( | session_t * | s, |
GString * | buf | ||
) |
void icq_session_connected | ( | session_t * | s | ) |
int icq_write_status | ( | session_t * | s | ) |