diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-11-15 16:16:53 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2005-11-15 16:16:53 +0100 |
commit | cc9079ee091707aba3d5b0580a6191eb4541cbec (patch) | |
tree | f3e4bd989411795a4f5184eea5bcbc68be3713b5 /protocols/nogaim.h | |
parent | f56c4917aa26670c03ef9cf4ecdfe2f7fad92aed (diff) | |
parent | c998255d6aa501281c6266a5f1dce69d4c3afab4 (diff) |
Merge from other branch.
Diffstat (limited to 'protocols/nogaim.h')
-rw-r--r-- | protocols/nogaim.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/nogaim.h b/protocols/nogaim.h index 477f1df9..3d5006d9 100644 --- a/protocols/nogaim.h +++ b/protocols/nogaim.h @@ -241,6 +241,8 @@ struct prpl { void (* buddy_free) (struct buddy *); char *(* get_status_string) (struct gaim_connection *gc, int stat); + + int (* cmp_buddynames) (const char *who1, const char *who2); }; #define UC_UNAVAILABLE 1 @@ -265,7 +267,6 @@ char *set_eval_charset( irc_t *irc, set_t *set, char *value ); void nogaim_init(); int proto_away( struct gaim_connection *gc, char *away ); char *set_eval_away_devoice( irc_t *irc, set_t *set, char *value ); -int handle_cmp( char *a, char *b, struct prpl *protocol ); gboolean auto_reconnect( gpointer data ); void cancel_auto_reconnect( struct account *a ); |