comparison libpurple/protocols/msn/userlist.h @ 29341:0f8a1e98408b

Documentationliness is next to Godliness
author Mark Doliner <mark@kingant.net>
date Wed, 03 Feb 2010 21:20:44 +0000
parents 72bf514cef92
children 462cb893521b
comparison
equal deleted inserted replaced
29340:3422481df7ba 29341:0f8a1e98408b
29 #include "user.h" 29 #include "user.h"
30 #include "group.h" 30 #include "group.h"
31 31
32 typedef enum 32 typedef enum
33 { 33 {
34 MSN_LIST_FL, 34 MSN_LIST_FL, /**< Forward list */
35 MSN_LIST_AL, 35 MSN_LIST_AL, /**< Allow list */
36 MSN_LIST_BL, 36 MSN_LIST_BL, /**< Block list */
37 MSN_LIST_RL, 37 MSN_LIST_RL, /**< Reverse list */
38 MSN_LIST_PL 38 MSN_LIST_PL /**< Pending list */
39
40 } MsnListId; 39 } MsnListId;
41 40
42 41
43 struct _MsnUserList 42 struct _MsnUserList
44 { 43 {