comparison src/protocols/oscar/bos.c @ 5927:04dc7fe68889

[gaim-migrate @ 6367] Another crisp patch from Ryan McCabe (odin). This one makes libfaim act less sucky in the event of some weird connection problems (read: rare shizzle). Also some header and compile warning cleanup. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 20 Jun 2003 04:16:23 +0000
parents 2532f1192da3
children 1bebb8345bde
comparison
equal deleted inserted replaced
5926:6c22d37c6a3c 5927:04dc7fe68889
3 * 3 *
4 */ 4 */
5 5
6 #define FAIM_INTERNAL 6 #define FAIM_INTERNAL
7 #include <aim.h> 7 #include <aim.h>
8
9 #include <string.h>
8 10
9 /* Subtype 0x0002 - Request BOS rights. */ 11 /* Subtype 0x0002 - Request BOS rights. */
10 faim_export int aim_bos_reqrights(aim_session_t *sess, aim_conn_t *conn) 12 faim_export int aim_bos_reqrights(aim_session_t *sess, aim_conn_t *conn)
11 { 13 {
12 return aim_genericreq_n(sess, conn, 0x0009, 0x0002); 14 return aim_genericreq_n(sess, conn, 0x0009, 0x0002);