Changeset 9cb9868 for protocols/nogaim.h
- Timestamp:
- 2005-11-15T14:47:17Z (19 years ago)
- Branches:
- master
- Children:
- 5c09a59, c998255
- Parents:
- 9a103a2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.h
r9a103a2 r9cb9868 220 220 221 221 char *(* get_status_string) (struct gaim_connection *gc, int stat); 222 223 int (* cmp_buddynames) (const char *who1, const char *who2); 222 224 }; 223 225 … … 259 261 int proto_away( struct gaim_connection *gc, char *away ); 260 262 char *set_eval_away_devoice( irc_t *irc, set_t *set, char *value ); 261 int handle_cmp( char *a, char *b, int protocol );262 263 263 264 gboolean auto_reconnect( gpointer data );
Note: See TracChangeset
for help on using the changeset viewer.