Changeset cc9079e for protocols/nogaim.h


Ignore:
Timestamp:
2005-11-15T15:16:53Z (19 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
9c8ae50
Parents:
f56c491 (diff), c998255 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge from other branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.h

    rf56c491 rcc9079e  
    242242
    243243        char *(* get_status_string) (struct gaim_connection *gc, int stat);
     244
     245        int (* cmp_buddynames) (const char *who1, const char *who2);
    244246};
    245247
     
    266268int proto_away( struct gaim_connection *gc, char *away );
    267269char *set_eval_away_devoice( irc_t *irc, set_t *set, char *value );
    268 int handle_cmp( char *a, char *b, struct prpl *protocol );
    269270
    270271gboolean auto_reconnect( gpointer data );
Note: See TracChangeset for help on using the changeset viewer.