Mercurial > pidgin
diff src/protocols/oscar/aim.h @ 7334:83e8faa7f6d5
[gaim-migrate @ 7922]
Add the ability to view users with secure IM enabled on AIM. They have a
lock icon overlay. Also some other small changes and minor bandwidth
usage reduction. I'm Brian Fellows!
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 26 Oct 2003 07:35:16 +0000 |
parents | be7c1468c6a7 |
children | fa0324675ed9 |
line wrap: on
line diff
--- a/src/protocols/oscar/aim.h Sun Oct 26 06:55:27 2003 +0000 +++ b/src/protocols/oscar/aim.h Sun Oct 26 07:35:16 2003 +0000 @@ -1070,7 +1070,8 @@ faim_export aim_userinfo_t *aim_locate_finduserinfo(aim_session_t *sess, const char *sn); /* 0x0002 */ faim_export int aim_locate_reqrights(aim_session_t *sess); -/* 0x0004 */ faim_export int aim_locate_setprofile(aim_session_t *sess, const char *profile_encoding, const char *profile, const int profile_len, const char *awaymsg_encoding, const char *awaymsg, const int awaymsg_len, fu32_t caps); +/* 0x0004 */ faim_export int aim_locate_setprofile(aim_session_t *sess, const char *profile_encoding, const char *profile, const int profile_len, const char *awaymsg_encoding, const char *awaymsg, const int awaymsg_len); +/* 0x0004 */ faim_export int aim_locate_setcaps(aim_session_t *sess, fu32_t caps); /* 0x0005 */ faim_export int aim_locate_getinfo(aim_session_t *sess, const char *, fu16_t); /* 0x0009 */ faim_export int aim_locate_setdirinfo(aim_session_t *sess, const char *first, const char *middle, const char *last, const char *maiden, const char *nickname, const char *street, const char *city, const char *state, const char *zip, int country, fu16_t privacy); /* 0x000b */ faim_export int aim_locate_000b(aim_session_t *sess, const char *sn);