Changeset c998255 for protocols/nogaim.h
- Timestamp:
- 2005-11-15T14:57:38Z (17 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.h
rb135438 rc998255 242 242 243 243 char *(* get_status_string) (struct gaim_connection *gc, int stat); 244 245 int (* cmp_buddynames) (const char *who1, const char *who2); 244 246 }; 245 247 … … 266 268 int proto_away( struct gaim_connection *gc, char *away ); 267 269 char *set_eval_away_devoice( irc_t *irc, set_t *set, char *value ); 268 int handle_cmp( char *a, char *b, struct prpl *protocol );269 270 270 271 gboolean auto_reconnect( gpointer data );
Note: See TracChangeset
for help on using the changeset viewer.