comparison src/protocols/msn/state.h @ 12181:06368415c89c

[gaim-migrate @ 14483] Remove an unused #define MSN_AWAY_TYPE committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 21 Nov 2005 11:44:55 +0000
parents c824e39db0e7
children 23258253c7a0
comparison
equal deleted inserted replaced
12180:b3d334f60732 12181:06368415c89c
39 MSN_OFFLINE = 8, 39 MSN_OFFLINE = 8,
40 MSN_HIDDEN = 9 40 MSN_HIDDEN = 9
41 41
42 } MsnAwayType; 42 } MsnAwayType;
43 43
44 #define MSN_AWAY_TYPE(x) (((x) >> 1) & 0x0F)
45
46 /** 44 /**
47 * Changes the status of the user. 45 * Changes the status of the user.
48 * 46 *
49 * @param session The MSN session. 47 * @param session The MSN session.
50 */ 48 */