diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-11-15 15:57:38 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2005-11-15 15:57:38 +0100 |
commit | c998255d6aa501281c6266a5f1dce69d4c3afab4 (patch) | |
tree | 568b030ce04c4eba6e52cf7c162d0ed0784f3108 /protocols/oscar/oscar.c | |
parent | b135438c4c6aeb5a7cd3403f0cf37e741d589cd3 (diff) | |
parent | 9cb9868256c51a45983aac894428230de6035d79 (diff) |
Merge from Jelmer
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); |