comparison src/protocols/msn/user.h @ 5373:0436e39c70cf

[gaim-migrate @ 5749] Some of these things just weren't needed. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 14 May 2003 07:56:35 +0000
parents fa0217bec87e
children ad9887c91a59
comparison
equal deleted inserted replaced
5372:fa0217bec87e 5373:0436e39c70cf
43 char *work; /**< Work phone number. */ 43 char *work; /**< Work phone number. */
44 char *mobile; /**< Mobile phone number. */ 44 char *mobile; /**< Mobile phone number. */
45 45
46 } phone; 46 } phone;
47 47
48 gboolean allow_pages; /**< Allows mobile messages. */
49 gboolean mobile; /**< Signed up with MSN Mobile. */ 48 gboolean mobile; /**< Signed up with MSN Mobile. */
50 49
51 int group_id; /**< The group ID. */ 50 int group_id; /**< The group ID. */
52 51
53 size_t ref_count; /**< The reference count. */ 52 size_t ref_count; /**< The reference count. */