| 
    ekg2
    GIT master
    
   | 
 
#include "ekg2.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include "icq.h"#include "misc.h"#include "icq_caps.h"#include "icq_const.h"#include "icq_flap_handlers.h"#include "icq_snac_handlers.h"
Funkcje | |
| int | icq_snac_buddy_error (session_t *s, unsigned char *buf, int len, private_data_t *data) | 
| int | icq_snac_buddy_reply (session_t *s, unsigned char *buf, int len, private_data_t *data) | 
| void | icq_pack_append_nullterm_msg (GString *pkt, const char *msg) | 
| void | icq_pack_append_rendezvous (GString *pkt, int version, int cookie, int mtype, int mflags, int accept, int priority) | 
| static void | icq_get_description (session_t *s, const char *uin, int status) | 
| static void | icq_get_user_info (session_t *s, userlist_t *u, struct icq_tlv_list *tlvs, int newstatus) | 
| int | icq_snac_buddy_online (session_t *s, unsigned char *buf, int len, private_data_t *data) | 
| int | icq_snac_buddy_offline (session_t *s, unsigned char *buf, int len, private_data_t *data) | 
| int | icq_snac_buddy_notify_rejected (session_t *s, unsigned char *buf, int len, private_data_t *data) | 
| int | icq_snac_buddy_handler (session_t *s, guint16 cmd, unsigned char *buf, int len, private_data_t *data) | 
      
  | 
  static | 
      
  | 
  static | 
| void icq_pack_append_nullterm_msg | ( | GString * | pkt, | 
| const char * | msg | ||
| ) | 
| void icq_pack_append_rendezvous | ( | GString * | pkt, | 
| int | version, | ||
| int | cookie, | ||
| int | mtype, | ||
| int | mflags, | ||
| int | accept, | ||
| int | priority | ||
| ) | 
| int icq_snac_buddy_error | ( | session_t * | s, | 
| unsigned char * | buf, | ||
| int | len, | ||
| private_data_t * | data | ||
| ) | 
| int icq_snac_buddy_handler | ( | session_t * | s, | 
| guint16 | cmd, | ||
| unsigned char * | buf, | ||
| int | len, | ||
| private_data_t * | data | ||
| ) | 
| int icq_snac_buddy_notify_rejected | ( | session_t * | s, | 
| unsigned char * | buf, | ||
| int | len, | ||
| private_data_t * | data | ||
| ) | 
| int icq_snac_buddy_offline | ( | session_t * | s, | 
| unsigned char * | buf, | ||
| int | len, | ||
| private_data_t * | data | ||
| ) | 
| int icq_snac_buddy_online | ( | session_t * | s, | 
| unsigned char * | buf, | ||
| int | len, | ||
| private_data_t * | data | ||
| ) | 
| int icq_snac_buddy_reply | ( | session_t * | s, | 
| unsigned char * | buf, | ||
| int | len, | ||
| private_data_t * | data | ||
| ) | 
 1.8.13