comparison libpurple/protocols/oscar/oscar.h @ 30008:59f4012b2b94

Found a few more places that need to use 64 bit value for the capabilities
author Mark Doliner <mark@kingant.net>
date Thu, 18 Mar 2010 05:47:15 +0000
parents 0d3145e6b1d6
children f988f25259c7 07a2ae40ee55
comparison
equal deleted inserted replaced
30007:0d3145e6b1d6 30008:59f4012b2b94
942 942
943 struct _IcbmArgsCh2 943 struct _IcbmArgsCh2
944 { 944 {
945 guint16 status; 945 guint16 status;
946 guchar cookie[8]; 946 guchar cookie[8];
947 int type; /* One of the OSCAR_CAPABILITY_ constants */ 947 guint64 type; /* One of the OSCAR_CAPABILITY_ constants */
948 const char *proxyip; 948 const char *proxyip;
949 const char *clientip; 949 const char *clientip;
950 const char *verifiedip; 950 const char *verifiedip;
951 guint16 port; 951 guint16 port;
952 gboolean use_proxy; 952 gboolean use_proxy;
1703 int aim_cachecookie(OscarData *od, IcbmCookie *cookie); 1703 int aim_cachecookie(OscarData *od, IcbmCookie *cookie);
1704 IcbmCookie *aim_uncachecookie(OscarData *od, guint8 *cookie, int type); 1704 IcbmCookie *aim_uncachecookie(OscarData *od, guint8 *cookie, int type);
1705 IcbmCookie *aim_mkcookie(guint8 *, int, void *); 1705 IcbmCookie *aim_mkcookie(guint8 *, int, void *);
1706 IcbmCookie *aim_checkcookie(OscarData *, const unsigned char *, const int); 1706 IcbmCookie *aim_checkcookie(OscarData *, const unsigned char *, const int);
1707 int aim_freecookie(OscarData *od, IcbmCookie *cookie); 1707 int aim_freecookie(OscarData *od, IcbmCookie *cookie);
1708 int aim_msgcookie_gettype(int type); 1708 int aim_msgcookie_gettype(guint64 type);
1709 int aim_cookie_free(OscarData *od, IcbmCookie *cookie); 1709 int aim_cookie_free(OscarData *od, IcbmCookie *cookie);
1710 1710
1711 int aim_chat_readroominfo(ByteStream *bs, struct aim_chat_roominfo *outinfo); 1711 int aim_chat_readroominfo(ByteStream *bs, struct aim_chat_roominfo *outinfo);
1712 1712
1713 void flap_connection_destroy_chat(OscarData *od, FlapConnection *conn); 1713 void flap_connection_destroy_chat(OscarData *od, FlapConnection *conn);