Mercurial > pidgin
diff src/protocols/oscar/im.c @ 10035:4e7fe18a36b7
[gaim-migrate @ 10994]
Wait, didn't I already commit this?
It should make libfaim compile again with c++
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sat, 18 Sep 2004 17:19:29 +0000 |
| parents | cee849d17167 |
| children | 0810288958ad |
line wrap: on
line diff
--- a/src/protocols/oscar/im.c Fri Sep 17 22:44:12 2004 +0000 +++ b/src/protocols/oscar/im.c Sat Sep 18 17:19:29 2004 +0000 @@ -674,7 +674,7 @@ * Subtype 0x0006 - Send an "I want to directly connect to you" message * */ -faim_export int aim_im_sendch2_odcrequest(aim_session_t *sess, fu8_t *cookie, bool usecookie, const char *sn, const fu8_t *ip, fu16_t port) +faim_export int aim_im_sendch2_odcrequest(aim_session_t *sess, fu8_t *cookie, fu8_t usecookie, const char *sn, const fu8_t *ip, fu16_t port) { aim_conn_t *conn; aim_frame_t *fr;
