| 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; |