Changeset 9cb9868 for user.c


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
  • user.c

    r9a103a2 r9cb9868  
    146146        while( u )
    147147        {
    148                 if( u->gc == gc && u->handle && handle_cmp( u->handle, handle, gc->protocol ) == 0 )
     148                if( u->gc == gc && u->handle && gc->prpl->cmp_buddynames ( u->handle, handle ) == 0 )
    149149                        break;
    150150                u = u->next;
Note: See TracChangeset for help on using the changeset viewer.