comparison src/protocols/msn/slpmsg.h @ 11321:95fa774d216d

[gaim-migrate @ 13525] Kill off the conversation closed notices Fix for setting the ACK id on slpmsg ACKs which might improve things for other clients (see bug #1222320) Clean up some debugging stuff Add support for sending and receiving Nudges (Based on patch #1169352) Add an account action to go direct to a Hotmail Inbox committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 21 Aug 2005 17:14:22 +0000
parents 93663df88ec4
children
comparison
equal deleted inserted replaced
11320:d3b567926e8f 11321:95fa774d216d
97 const char *branch, 97 const char *branch,
98 const char *content_type, 98 const char *content_type,
99 const char *content); 99 const char *content);
100 100
101 #ifdef MSN_DEBUG_SLP 101 #ifdef MSN_DEBUG_SLP
102 const void msn_slpmsg_show(MsnMessage *msg); 102 void msn_slpmsg_show(MsnMessage *msg);
103 #endif 103 #endif
104 104
105 #endif /* _MSN_SLPMSG_H_ */ 105 #endif /* _MSN_SLPMSG_H_ */