#include <ekg/dynstuff.h>
#include <ekg/protocol.h>
#include <ekg/sessions.h>
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, uint16_t 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 *, uint16_t 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, string_t 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) |
Dokumentacja definicji
| #define ICQ_DEBUG_UNUSED_INFORMATIONS 1 |
| #define icq_uid |
( |
|
target |
) |
protocol_uid("icq", target) |
| #define MIRANDA_COMPILANT_CLIENT 1 |
Dokumentacja definicji typów
Dokumentacja funkcji
| void icq_handle_disconnect |
( |
session_t * |
s, |
|
|
const char * |
reason, |
|
|
int |
type | |
|
) |
| | |