Changeset c998255 for protocols/nogaim.h


Ignore:
Timestamp:
2005-11-15T14:57:38Z (19 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
2cdd8ce, cc9079e
Parents:
b135438 (diff), 9cb9868 (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 Jelmer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.h

    rb135438 rc998255  
    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.