[gaim-migrate @ 17483] soc.2006.msnp13

Sun, 15 Oct 2006 13:26:34 +0000

author
Ma Yuan <mayuan2006@gmail.com>
date
Sun, 15 Oct 2006 13:26:34 +0000
branch
soc.2006.msnp13
changeset 13911
e96250a9d2eb
parent 13910
fb8f57c2b934
child 13912
463b4fa9f067

[gaim-migrate @ 17483]
add some function prototype



committer: Ethan Blanton <elb@pidgin.im>

src/protocols/msn/session.h file | annotate | diff | comparison | revisions
--- 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_ */

mercurial