diff src/protocols/oscar/aim.h @ 4804:9810ce8e7a96

[gaim-migrate @ 5124] Here ya go, Rob. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 17 Mar 2003 04:02:30 +0000
parents c050edba7b83
children 22a7602ebe25
line wrap: on
line diff
--- a/src/protocols/oscar/aim.h	Mon Mar 17 01:57:37 2003 +0000
+++ b/src/protocols/oscar/aim.h	Mon Mar 17 04:02:30 2003 +0000
@@ -258,6 +258,7 @@
 #define AIM_CONN_TYPE_CHATNAV		0x000d
 #define AIM_CONN_TYPE_CHAT		0x000e
 #define AIM_CONN_TYPE_SEARCH		0x000f
+#define AIM_CONN_TYPE_ICON		0x0010
 #define AIM_CONN_TYPE_EMAIL		0x0018
 
 /* they start getting arbitrary for rendezvous stuff =) */
@@ -476,6 +477,8 @@
 		fu8_t crap[0x25]; /* until we figure it out... */
 	} icqinfo;
 	fu32_t present;
+	fu16_t iconstrlen;
+	fu8_t iconstr[30];
 } aim_userinfo_t;
 
 #define AIM_USERINFO_PRESENT_FLAGS        0x00000001
@@ -1118,6 +1121,12 @@
 faim_export int aim_usersearch_interest(aim_session_t *, const char *, const char *);
 
 
+
+/* icon.c */
+faim_export int aim_icon_requesticon(aim_session_t *sess, const char *sn, const fu8_t *iconstr, fu16_t iconstrlen);
+
+
+
 /* These apply to exchanges as well. */
 #define AIM_CHATROOM_FLAG_EVILABLE 0x0001
 #define AIM_CHATROOM_FLAG_NAV_ONLY 0x0002