comparison 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
comparison
equal deleted inserted replaced
6058:d5f4ae4f9a02 6059:d8cd876e613e
2184 * 2184 *
2185 * This is supported by winaim5 and newer, MacAIM bleh and newer, iChat bleh and newer, 2185 * This is supported by winaim5 and newer, MacAIM bleh and newer, iChat bleh and newer,
2186 * and Gaim 0.60 and newer. 2186 * and Gaim 0.60 and newer.
2187 * 2187 *
2188 */ 2188 */
2189 faim_export int aim_im_sendmtn(aim_session_t *sess, fu16_t type1, char *sn, fu16_t type2) 2189 faim_export int aim_im_sendmtn(aim_session_t *sess, fu16_t type1, const char *sn, fu16_t type2)
2190 { 2190 {
2191 aim_conn_t *conn; 2191 aim_conn_t *conn;
2192 aim_frame_t *fr; 2192 aim_frame_t *fr;
2193 aim_snacid_t snacid; 2193 aim_snacid_t snacid;
2194 2194