Ignore:
Timestamp:
2005-11-15T14:47:17Z (18 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
5c09a59, c998255
Parents:
9a103a2
Message:

Remove handle_cmp() replacing it by a protocol-specific function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/oscar/oscar.c

    r9a103a2 r9cb9868  
    12101210        return 1;
    12111211}
    1212 /*
    1213 int handle_cmp_aim(const char * a, const char * b) {
    1214         return handle_cmp(a, b, PROTO_TOC);
    1215 }
    1216 */
     1212
    12171213static int gaim_parse_incoming_im(aim_session_t *sess, aim_frame_t *fr, ...) {
    12181214        int channel, ret = 0;
     
    24862482        ret->set_permit_deny = oscar_set_permit_deny;
    24872483        ret->keepalive = oscar_keepalive;
     2484        ret->cmp_buddynames = aim_sncmp;
    24882485        ret->get_status_string = oscar_get_status_string;
    24892486
Note: See TracChangeset for help on using the changeset viewer.