comparison src/protocols/msn/msn.h @ 9193:502707ca1836

[gaim-migrate @ 9988] Patch by Felipe Contreras to add MSN file transfer and buddy icons. Please test and report any bugs! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 06 Jun 2004 02:39:08 +0000
parents 61602bc26a65
children ab6636c5a136
comparison
equal deleted inserted replaced
9192:5655dcd94d0f 9193:502707ca1836
34 #include "notify.h" 34 #include "notify.h"
35 #include "privacy.h" 35 #include "privacy.h"
36 #include "proxy.h" 36 #include "proxy.h"
37 #include "prpl.h" 37 #include "prpl.h"
38 #include "request.h" 38 #include "request.h"
39 #include "server.h" 39 #include "servconn.h"
40 #include "sha.h" 40 #include "sha.h"
41 #include "sslconn.h" 41 #include "sslconn.h"
42 #include "util.h" 42 #include "util.h"
43
44 #include "ft.h"
43 45
44 /* XXX */ 46 /* XXX */
45 #include "gaim.h" 47 #include "gaim.h"
46 48
47 #define MSN_BUF_LEN 8192 49 #define MSN_BUF_LEN 8192
109 ((MSN_CLIENT_ID_VERSION << 24) | \ 111 ((MSN_CLIENT_ID_VERSION << 24) | \
110 (MSN_CLIENT_ID_RESERVED_1 << 16) | \ 112 (MSN_CLIENT_ID_RESERVED_1 << 16) | \
111 (MSN_CLIENT_ID_RESERVED_2 << 8) | \ 113 (MSN_CLIENT_ID_RESERVED_2 << 8) | \
112 (MSN_CLIENT_ID_CAPABILITIES)) 114 (MSN_CLIENT_ID_CAPABILITIES))
113 115
116 void msn_request_buddy_icon(GaimConnection *gc, const char *who);
117
114 #endif /* _MSN_H_ */ 118 #endif /* _MSN_H_ */