comparison src/protocols/oscar/search.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 2532f1192da3
children e6b01bd8d6cd
comparison
equal deleted inserted replaced
6878:618124fe3289 6879:594682101ba6
38 38
39 /* 39 /*
40 * Subtype 0x0002 40 * Subtype 0x0002
41 * 41 *
42 */ 42 */
43 faim_export int aim_usersearch_address(aim_session_t *sess, aim_conn_t *conn, const char *address) 43 faim_export int aim_search_address(aim_session_t *sess, aim_conn_t *conn, const char *address)
44 { 44 {
45 aim_frame_t *fr; 45 aim_frame_t *fr;
46 aim_snacid_t snacid; 46 aim_snacid_t snacid;
47 47
48 if (!sess || !conn || !address) 48 if (!sess || !conn || !address)