comparison src/protocols/msn/session.h @ 19841:6fc33ac621d9

[gaim-migrate @ 17483] add some function prototype committer: Ethan Blanton <elb@pidgin.im>
author Ma Yuan <mayuan2006@gmail.com>
date Sun, 15 Oct 2006 13:26:34 +0000
parents 5568b3ac6fce
children
comparison
equal deleted inserted replaced
19840:5568b3ac6fce 19841:6fc33ac621d9
243 GaimConversation *msn_session_get_conv(MsnSession *session,const char *passport); 243 GaimConversation *msn_session_get_conv(MsnSession *session,const char *passport);
244 244
245 /*post message to User*/ 245 /*post message to User*/
246 void msn_session_report_user(MsnSession *session,const char *passport, 246 void msn_session_report_user(MsnSession *session,const char *passport,
247 char *msg,GaimMessageFlags flags); 247 char *msg,GaimMessageFlags flags);
248
249 void msn_session_set_bnode(MsnSession *session);
250
251 GaimBlistNode *msn_session_get_bnode(MsnSession *session);
252
248 #endif /* _MSN_SESSION_H_ */ 253 #endif /* _MSN_SESSION_H_ */