comparison libpurple/protocols/qq/buddy_opt.h @ 24635:d8452c0bec7b

Remove the commas at the end of enumerator lists. This resolves warnings when building libpurple within the Mozilla build system that turn into errors if the compiler is switched to a C++ compiler. Fixes #7717. committer: John Bailey <rekkanoryo@rekkanoryo.org>
author Florian Quèze <florian@instantbird.org>
date Thu, 11 Dec 2008 06:32:05 +0000
parents 2a19984c0005
children 4deef745de87
comparison
equal deleted inserted replaced
24634:79da937ac0f1 24635:d8452c0bec7b
36 36
37 QQ_AUTH_INFO_ADD_BUDDY = 0x0001, 37 QQ_AUTH_INFO_ADD_BUDDY = 0x0001,
38 QQ_AUTH_INFO_TEMP_SESSION = 0x0003, 38 QQ_AUTH_INFO_TEMP_SESSION = 0x0003,
39 QQ_AUTH_INFO_CLUSTER = 0x0002, 39 QQ_AUTH_INFO_CLUSTER = 0x0002,
40 QQ_AUTH_INFO_REMOVE_BUDDY = 0x0006, 40 QQ_AUTH_INFO_REMOVE_BUDDY = 0x0006,
41 QQ_AUTH_INFO_UPDATE_BUDDY_INFO = 0x0007, 41 QQ_AUTH_INFO_UPDATE_BUDDY_INFO = 0x0007
42 }; 42 };
43 43
44 enum { 44 enum {
45 QQ_QUESTION_GET = 0x01, 45 QQ_QUESTION_GET = 0x01,
46 QQ_QUESTION_SET = 0x02, 46 QQ_QUESTION_SET = 0x02,
47 QQ_QUESTION_REQUEST = 0x03, /* get question only*/ 47 QQ_QUESTION_REQUEST = 0x03, /* get question only*/
48 QQ_QUESTION_ANSWER = 0x04, 48 QQ_QUESTION_ANSWER = 0x04
49 }; 49 };
50 50
51 void qq_add_buddy(PurpleConnection *gc, PurpleBuddy *buddy, PurpleGroup *group); 51 void qq_add_buddy(PurpleConnection *gc, PurpleBuddy *buddy, PurpleGroup *group);
52 void qq_change_buddys_group(PurpleConnection *gc, const char *who, 52 void qq_change_buddys_group(PurpleConnection *gc, const char *who,
53 const char *old_group, const char *new_group); 53 const char *old_group, const char *new_group);