changeset 19795: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 21cb7a79ac7f
files src/protocols/msn/session.h
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/msn/session.h	Sat Oct 14 20:00:56 2006 +0000
+++ b/src/protocols/msn/session.h	Sun Oct 15 13:26:34 2006 +0000
@@ -245,4 +245,9 @@
 /*post message to User*/
 void msn_session_report_user(MsnSession *session,const char *passport,
 							char *msg,GaimMessageFlags flags);
+
+void msn_session_set_bnode(MsnSession *session);
+
+GaimBlistNode *msn_session_get_bnode(MsnSession *session);
+
 #endif /* _MSN_SESSION_H_ */