Changeset 9cb9868 for protocols/oscar
- Timestamp:
- 2005-11-15T14:47:17Z (19 years ago)
- Branches:
- master
- Children:
- 5c09a59, c998255
- Parents:
- 9a103a2
- Location:
- protocols/oscar
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/oscar.c
r9a103a2 r9cb9868 1210 1210 return 1; 1211 1211 } 1212 /* 1213 int handle_cmp_aim(const char * a, const char * b) { 1214 return handle_cmp(a, b, PROTO_TOC); 1215 } 1216 */ 1212 1217 1213 static int gaim_parse_incoming_im(aim_session_t *sess, aim_frame_t *fr, ...) { 1218 1214 int channel, ret = 0; … … 2486 2482 ret->set_permit_deny = oscar_set_permit_deny; 2487 2483 ret->keepalive = oscar_keepalive; 2484 ret->cmp_buddynames = aim_sncmp; 2488 2485 ret->get_status_string = oscar_get_status_string; 2489 2486 -
protocols/oscar/oscar_util.c
r9a103a2 r9cb9868 1 /*2 *3 *4 *5 */6 7 1 #include <aim.h> 8 2 #include <ctype.h>
Note: See TracChangeset
for help on using the changeset viewer.