comparison src/conversation.h @ 6063:5239a3b4ab33

[gaim-migrate @ 6513] clean up a lot of compiler warnings. Hopefully I didn't break anything too badly. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 08 Jul 2003 06:11:49 +0000
parents 158196b2db19
children eaeac660c17c
comparison
equal deleted inserted replaced
6062:2cd7c409d71d 6063:5239a3b4ab33
52 */ 52 */
53 typedef enum 53 typedef enum
54 { 54 {
55 GAIM_UNSEEN_NONE = 0, /**< No unseen text in the conversation. */ 55 GAIM_UNSEEN_NONE = 0, /**< No unseen text in the conversation. */
56 GAIM_UNSEEN_TEXT, /**< Unseen text in the conversation. */ 56 GAIM_UNSEEN_TEXT, /**< Unseen text in the conversation. */
57 GAIM_UNSEEN_NICK, /**< Unseen text and the nick was said. */ 57 GAIM_UNSEEN_NICK /**< Unseen text and the nick was said. */
58 58
59 } GaimUnseenState; 59 } GaimUnseenState;
60 60
61 /** 61 /**
62 * Conversation update type. 62 * Conversation update type.