diff libpurple/protocols/msn/slpmsg.h @ 27543:2dff07ddcc83

merge of '90da8da01d8b8fa432adae5fd697ef4bad3582b5' and 'f5644cc4891cdcc46fafcec5127d00e48aa48e22'
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 11 Jul 2009 07:02:33 +0000
parents 35b6fd563056
children 315796fe4e88
line wrap: on
line diff
--- a/libpurple/protocols/msn/slpmsg.h	Sat Jul 11 01:57:47 2009 +0000
+++ b/libpurple/protocols/msn/slpmsg.h	Sat Jul 11 07:02:33 2009 +0000
@@ -68,10 +68,8 @@
 	MsnMessage *msg; /**< The temporary real message that will be sent. */
 #endif
 
-#ifdef MSN_DEBUG_SLP
-	char *info;
+	const char *info;
 	gboolean text_body;
-#endif
 };
 
 /**
@@ -100,8 +98,6 @@
 								   const char *content_type,
 								   const char *content);
 
-#ifdef MSN_DEBUG_SLP
 void msn_slpmsg_show(MsnMessage *msg);
-#endif
 
 #endif /* _MSN_SLPMSG_H_ */