Changeset cc9079e for protocols/oscar/oscar.c
- Timestamp:
- 2005-11-15T15:16:53Z (19 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/oscar.c
rf56c491 rcc9079e 1208 1208 return 1; 1209 1209 } 1210 /* 1211 int handle_cmp_aim(const char * a, const char * b) { 1212 return handle_cmp(a, b, PROTO_TOC); 1213 } 1214 */ 1210 1215 1211 static int gaim_parse_incoming_im(aim_session_t *sess, aim_frame_t *fr, ...) { 1216 1212 int channel, ret = 0; … … 2484 2480 ret->set_permit_deny = oscar_set_permit_deny; 2485 2481 ret->keepalive = oscar_keepalive; 2482 ret->cmp_buddynames = aim_sncmp; 2486 2483 ret->get_status_string = oscar_get_status_string; 2487 2484
Note: See TracChangeset
for help on using the changeset viewer.