libgaim/protocols/qq/header_info.c

changeset 15200
a28a70a4e7ce
parent 15087
78879d4adf13
child 15349
d7bb3613db27
--- a/libgaim/protocols/qq/header_info.c	Fri Dec 08 03:03:52 2006 +0000
+++ b/libgaim/protocols/qq/header_info.c	Sat Dec 09 06:34:48 2006 +0000
@@ -32,6 +32,7 @@
 #define QQ_CLIENT_0B2F 0x0b2f	/* GB QQ2003iii build 0117 */
 #define QQ_CLIENT_0B35 0x0b35	/* GB QQ2003iii build 0304 (offical release) */
 #define QQ_CLIENT_0B37 0x0b37	/* GB QQ2003iii build 0304 (April 05 updates) */
+
 #define QQ_SERVER_0100 0x0100	/* server */
 
 /* given command alias, return the command name accordingly */
@@ -74,6 +75,8 @@
 		return "QQ_CMD_GROUP_CMD";
 	case QQ_CMD_GET_ALL_LIST_WITH_GROUP:
 		return "QQ_CMD_GET_ALL_LIST_WITH_GROUP";
+	case QQ_CMD_GET_LEVEL:
+		return "QQ_CMD_GET_LEVEL";
 	case QQ_CMD_REQUEST_LOGIN_TOKEN:
 		return "QQ_CMD_REQUEST_LOGIN_TOKEN";
 	case QQ_CMD_RECV_MSG_SYS:

mercurial