Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
9cb9868
for
user.c
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2005-11-15T14:47:17Z (
19 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
user.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
user.c
r9a103a2
r9cb9868
146
146
while( u )
147
147
{
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 )
149
149
break;
150
150
u = u->next;
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive