Mercurial > pidgin
diff src/protocols/oscar/service.c @ 10199:76e296e16def
[gaim-migrate @ 11316]
This lets you set your away message or available message or whatever by
typing into the box and then waiting for the timeout to kick in.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Wed, 17 Nov 2004 05:41:10 +0000 |
| parents | 0de7eee583e6 |
| children | 33746d45bd0d |
line wrap: on
line diff
--- a/src/protocols/oscar/service.c Wed Nov 17 01:40:31 2004 +0000 +++ b/src/protocols/oscar/service.c Wed Nov 17 05:41:10 2004 +0000 @@ -826,7 +826,7 @@ * These are the same TLVs seen in user info. You can * also set 0x0008 and 0x000c. */ -faim_export int aim_srv_setavailmsg(aim_session_t *sess, char *msg) +faim_export int aim_srv_setavailmsg(aim_session_t *sess, const char *msg) { aim_conn_t *conn; aim_frame_t *fr;
