diff libpurple/protocols/msn/slpmsg.h @ 30790:545fa069c531

The creation of SlpMessage must be done in its own module.
author masca@cpw.pidgin.im
date Thu, 10 Jun 2010 22:40:44 +0000
parents 2c3d7104ef1e
children 64a6ce55aa63
line wrap: on
line diff
--- a/libpurple/protocols/msn/slpmsg.h	Thu Jun 10 22:17:26 2010 +0000
+++ b/libpurple/protocols/msn/slpmsg.h	Thu Jun 10 22:40:44 2010 +0000
@@ -129,6 +129,15 @@
 								   const char *content_type,
 								   const char *content);
 
+/**
+ * Create a new SLP Ack message
+ *
+ * @param header the value of the header in this slpmsg.
+ *
+ * @return A new SlpMessage with ACK headers
+ */
+MsnSlpMessage *msn_slpmsg_new_ack(MsnP2PHeader *header);
+
 void msn_slpmsg_show(MsnMessage *msg);
 
 /**