Changeset 6bbb939 for protocols/msn/msn.c
- Timestamp:
- 2007-04-16T04:01:13Z (16 years ago)
- Branches:
- master
- Children:
- cfc8d58
- Parents:
- 84b045d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/msn.c
r84b045d r6bbb939 192 192 } 193 193 194 static char *msn_get_status_string( struct im_connection *ic, int number )195 {196 const struct msn_away_state *st = msn_away_state_by_number( number );197 198 if( st )199 return( (char*) st->name );200 else201 return( "" );202 }203 204 194 static void msn_set_away( struct im_connection *ic, char *state, char *message ) 205 195 { … … 399 389 ret->send_im = msn_send_im; 400 390 ret->away_states = msn_away_states; 401 ret->get_status_string = msn_get_status_string;402 391 ret->set_away = msn_set_away; 403 392 ret->get_info = msn_get_info;
Note: See TracChangeset
for help on using the changeset viewer.