diff src/protocols/oscar/aim.h @ 4759:1762496d502a

[gaim-migrate @ 5076] This caches ICQ remote nicks in your local blist.xml file. It's really not a great thing to do, but it's better than what we do currently. I want to make Gaim request the remote nick every now and then to see if it's changed. Anyhow, like all things I've done recently, it's slightly ugly. And I can't test the get-alias-when-adding-icq-buddy thing until Sean commits his buddy list editing stuff later tonight, but it should work like a charm. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 14 Mar 2003 03:09:54 +0000
parents eab1309693b8
children c050edba7b83
line wrap: on
line diff
--- a/src/protocols/oscar/aim.h	Fri Mar 14 02:28:49 2003 +0000
+++ b/src/protocols/oscar/aim.h	Fri Mar 14 03:09:54 2003 +0000
@@ -1306,6 +1306,7 @@
 faim_export int aim_icq_hideip(aim_session_t *sess);
 faim_export int aim_icq_changepasswd(aim_session_t *sess, const char *passwd);
 faim_export int aim_icq_getsimpleinfo(aim_session_t *sess, const char *uin);
+faim_export int aim_icq_getalias(aim_session_t *sess, const char *uin);
 faim_export int aim_icq_getallinfo(aim_session_t *sess, const char *uin);