Mercurial > pidgin
diff src/protocols/oscar/im.c @ 6059:d8cd876e613e
[gaim-migrate @ 6509]
I made a lot of server.c functions use const chat * instead of const *
Made the alias entry have focus in the alias buddy dialog.
Fixed a typo thanks to J. Silvestri
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Tue, 08 Jul 2003 03:36:41 +0000 |
| parents | 0878caaef952 |
| children | 2567032a7430 |
line wrap: on
line diff
--- a/src/protocols/oscar/im.c Tue Jul 08 02:33:17 2003 +0000 +++ b/src/protocols/oscar/im.c Tue Jul 08 03:36:41 2003 +0000 @@ -2186,7 +2186,7 @@ * and Gaim 0.60 and newer. * */ -faim_export int aim_im_sendmtn(aim_session_t *sess, fu16_t type1, char *sn, fu16_t type2) +faim_export int aim_im_sendmtn(aim_session_t *sess, fu16_t type1, const char *sn, fu16_t type2) { aim_conn_t *conn; aim_frame_t *fr;
