diff src/protocols/oscar/oscar.c @ 6879:594682101ba6

[gaim-migrate @ 7425] I renamed newsearch.c to odir.c and icon.c to bart.c I get the feeling this is what AOL calls them. I also changed the aim_icon_bleh functions to aim_bart_bleh aim_usersearch_bleh to aim_search_bleh or aim_odir_bleh committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 17 Sep 2003 21:19:30 +0000
parents 155645d0f0aa
children 90cfd31c506f
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Wed Sep 17 13:42:38 2003 +0000
+++ b/src/protocols/oscar/oscar.c	Wed Sep 17 21:19:30 2003 +0000
@@ -3577,7 +3577,7 @@
 				fclose(file);
 				gaim_debug(GAIM_DEBUG_INFO, "oscar",
 					   "Uploading icon to icon server\n");
-				aim_icon_upload(od->sess, buf, st.st_size);
+				aim_bart_upload(od->sess, buf, st.st_size);
 			} else
 				gaim_debug(GAIM_DEBUG_ERROR, "oscar",
 					   "Can't open buddy icon file!\n");
@@ -3597,7 +3597,7 @@
 
 	bi = g_hash_table_lookup(od->buddyinfo, (char *)od->requesticon->data);
 	if (bi && (bi->iconcsumlen > 0)) {
-		aim_icon_request(od->sess, od->requesticon->data, bi->iconcsum, bi->iconcsumlen);
+		aim_bart_request(od->sess, od->requesticon->data, bi->iconcsum, bi->iconcsumlen);
 		return FALSE;
 	} else {
 		char *sn = od->requesticon->data;
@@ -4649,7 +4649,7 @@
 			     const char *maiden, const char *city, const char *state, const char *country, const char *email) {
 	struct oscar_data *od = (struct oscar_data *)gc->proto_data;
 	if (strlen(email))
-		aim_usersearch_address(od->sess, od->conn, email);
+		aim_search_address(od->sess, od->conn, email);
 }
 
 static void oscar_add_buddy(GaimConnection *gc, const char *name, GaimGroup *g) {
@@ -5569,7 +5569,7 @@
 							fclose(file);
 							gaim_debug(GAIM_DEBUG_INFO, "oscar",
 								   "Uploading icon to icon server\n");
-							aim_icon_upload(od->sess, buf, st.st_size);
+							aim_bart_upload(od->sess, buf, st.st_size);
 						} else
 							gaim_debug(GAIM_DEBUG_ERROR, "oscar",
 								   "Can't open buddy icon file!\n");