diff options
| author | Jelmer Vernooij <jelmer@samba.org> | 2005-11-15 15:47:17 +0100 | 
|---|---|---|
| committer | Jelmer Vernooij <jelmer@samba.org> | 2005-11-15 15:47:17 +0100 | 
| commit | 9cb9868256c51a45983aac894428230de6035d79 (patch) | |
| tree | dd2b57879e7b493a1de8ac1574a2e90250923e7d /protocols/yahoo/yahoo.c | |
| parent | 9a103a2bdfb9a0afcc4d23e27d39c1a124194e18 (diff) | |
Remove handle_cmp() replacing it by a protocol-specific function.
Diffstat (limited to 'protocols/yahoo/yahoo.c')
| -rw-r--r-- | protocols/yahoo/yahoo.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/protocols/yahoo/yahoo.c b/protocols/yahoo/yahoo.c index 77fd86cc..8344fbf2 100644 --- a/protocols/yahoo/yahoo.c +++ b/protocols/yahoo/yahoo.c @@ -416,6 +416,7 @@ void byahoo_init( struct prpl *ret )  	ret->chat_invite = byahoo_chat_invite;  	ret->chat_leave = byahoo_chat_leave;  	ret->chat_open = byahoo_chat_open; +	ret->cmp_buddynames = g_strcasecmp;  	my_protocol = ret;  } | 
