src/protocols/oscar/service.c

changeset 2866
159551b6db88
parent 2821
f1ab7f03bdad
child 3952
d13e1fde68d8
equal deleted inserted replaced
2865:fbc616afa491 2866:159551b6db88
727 * Set Extended Status (group 1, type 0x1e) 727 * Set Extended Status (group 1, type 0x1e)
728 * 728 *
729 * Currently only works if using ICQ. 729 * Currently only works if using ICQ.
730 * 730 *
731 */ 731 */
732 faim_export int aim_setextstatus(aim_session_t *sess, aim_conn_t *conn, fu16_t status) 732 faim_export int aim_setextstatus(aim_session_t *sess, aim_conn_t *conn, fu32_t status)
733 { 733 {
734 aim_frame_t *fr; 734 aim_frame_t *fr;
735 aim_snacid_t snacid; 735 aim_snacid_t snacid;
736 aim_tlvlist_t *tl = NULL; 736 aim_tlvlist_t *tl = NULL;
737 fu32_t data; 737 fu32_t data;

mercurial