Mercurial > pidgin
comparison src/protocols/msn/notification.c @ 19798:c2f3cd6626e1
[gaim-migrate @ 16722]
change some minor bug
committed by Ma Yuan<mayuan2006@gmail.com>
committer: Ethan Blanton <elb@pidgin.im>
author | Ma Yuan <mayuan2006@gmail.com> |
---|---|
date | Sat, 12 Aug 2006 12:57:16 +0000 |
parents | 1ffbe358c877 |
children | 88b0c434259a |
comparison
equal
deleted
inserted
replaced
19797:1ffbe358c877 | 19798:c2f3cd6626e1 |
---|---|
35 static MsnTable *cbs_table; | 35 static MsnTable *cbs_table; |
36 | 36 |
37 /**************************************************************************** | 37 /**************************************************************************** |
38 * Local Function Prototype | 38 * Local Function Prototype |
39 ****************************************************************************/ | 39 ****************************************************************************/ |
40 void msn_add_contact_xml(xmlnode *mlNode,char *passport,int list_op,int type); | 40 void msn_add_contact_xml(xmlnode *mlNode,const char *passport,int list_op,int type); |
41 | 41 |
42 /************************************************************************** | 42 /************************************************************************** |
43 * Main | 43 * Main |
44 **************************************************************************/ | 44 **************************************************************************/ |
45 | 45 |
439 /************************************************************************** | 439 /************************************************************************** |
440 * Buddy Lists | 440 * Buddy Lists |
441 **************************************************************************/ | 441 **************************************************************************/ |
442 /* add contact to xmlnode */ | 442 /* add contact to xmlnode */ |
443 void | 443 void |
444 msn_add_contact_xml(xmlnode *mlNode,char *passport,int list_op,int type) | 444 msn_add_contact_xml(xmlnode *mlNode,const char *passport,int list_op,int type) |
445 { | 445 { |
446 xmlnode *d_node,*c_node; | 446 xmlnode *d_node,*c_node; |
447 char **tokens; | 447 char **tokens; |
448 char *email,*domain; | 448 char *email,*domain; |
449 char *list_op_str,*type_str; | 449 char *list_op_str,*type_str; |
1381 /*offline Message notification process*/ | 1381 /*offline Message notification process*/ |
1382 static void | 1382 static void |
1383 initial_mdata_msg(MsnCmdProc *cmdproc, MsnMessage *msg) | 1383 initial_mdata_msg(MsnCmdProc *cmdproc, MsnMessage *msg) |
1384 { | 1384 { |
1385 MsnSession *session; | 1385 MsnSession *session; |
1386 xmlnode *mdNode; | |
1387 char *end; | |
1388 char **elems, **cur, **tokens; | 1386 char **elems, **cur, **tokens; |
1389 | 1387 |
1390 // gaim_debug_info("MaYuan","mdata...{%s} \n",msg->body); | 1388 // gaim_debug_info("MaYuan","mdata...{%s} \n",msg->body); |
1391 | 1389 |
1392 // /*time debug*/ | 1390 // /*time debug*/ |