diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-11-15 16:16:53 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2005-11-15 16:16:53 +0100 |
commit | cc9079ee091707aba3d5b0580a6191eb4541cbec (patch) | |
tree | f3e4bd989411795a4f5184eea5bcbc68be3713b5 /protocols/oscar/oscar.c | |
parent | f56c4917aa26670c03ef9cf4ecdfe2f7fad92aed (diff) | |
parent | c998255d6aa501281c6266a5f1dce69d4c3afab4 (diff) |
Merge from other branch.
Diffstat (limited to 'protocols/oscar/oscar.c')
-rw-r--r-- | protocols/oscar/oscar.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/protocols/oscar/oscar.c b/protocols/oscar/oscar.c index 6ff0a742..7711733f 100644 --- a/protocols/oscar/oscar.c +++ b/protocols/oscar/oscar.c @@ -1207,11 +1207,7 @@ static int incomingim_chan4(aim_session_t *sess, aim_conn_t *conn, aim_userinfo_ return 1; } -/* -int handle_cmp_aim(const char * a, const char * b) { - return handle_cmp(a, b, PROTO_TOC); -} -*/ + static int gaim_parse_incoming_im(aim_session_t *sess, aim_frame_t *fr, ...) { int channel, ret = 0; aim_userinfo_t *userinfo; @@ -2483,6 +2479,7 @@ void oscar_init() ret->rem_deny = oscar_rem_deny; ret->set_permit_deny = oscar_set_permit_deny; ret->keepalive = oscar_keepalive; + ret->cmp_buddynames = aim_sncmp; ret->get_status_string = oscar_get_status_string; register_protocol(ret); |