comparison libpurple/protocols/msn/switchboard.h @ 25237:401f548e3544

propagate from branch 'im.pidgin.pidgin' (head df6eba32e5b6b34d7483cbfb7e9f2e4c836ac35f) to branch 'org.darkrain42.pidgin.buddy-add' (head 6831808999a270f8c1a128c7430a73d3dc0bfae2)
author Paul Aurich <paul@darkrain42.org>
date Sun, 21 Dec 2008 18:32:37 +0000
parents d8452c0bec7b
children a6d84d9de605
comparison
equal deleted inserted replaced
25172:125cac3e24ee 25237:401f548e3544
55 * A switchboard flag. 55 * A switchboard flag.
56 */ 56 */
57 typedef enum 57 typedef enum
58 { 58 {
59 MSN_SB_FLAG_IM = 0x01, /**< This switchboard is being used for a conversation. */ 59 MSN_SB_FLAG_IM = 0x01, /**< This switchboard is being used for a conversation. */
60 MSN_SB_FLAG_FT = 0x02, /**< This switchboard is being used for file transfer. */ 60 MSN_SB_FLAG_FT = 0x02 /**< This switchboard is being used for file transfer. */
61 61
62 } MsnSBFlag; 62 } MsnSBFlag;
63 63
64 /** 64 /**
65 * A switchboard. 65 * A switchboard.