comparison libpurple/protocols/msn/slpmsg.h @ 27509:35b6fd563056

Change all MSN_DEBUG_* messages to use the new purple_debug_is_verbose call for runtime switching.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 10 Jul 2009 00:51:31 +0000
parents 96e78c0fa32b
children 315796fe4e88
comparison
equal deleted inserted replaced
27508:9c413bda20be 27509:35b6fd563056
66 66
67 #if 1 67 #if 1
68 MsnMessage *msg; /**< The temporary real message that will be sent. */ 68 MsnMessage *msg; /**< The temporary real message that will be sent. */
69 #endif 69 #endif
70 70
71 #ifdef MSN_DEBUG_SLP 71 const char *info;
72 char *info;
73 gboolean text_body; 72 gboolean text_body;
74 #endif
75 }; 73 };
76 74
77 /** 75 /**
78 * Creates a new slp message 76 * Creates a new slp message
79 * 77 *
98 const char *header, 96 const char *header,
99 const char *branch, 97 const char *branch,
100 const char *content_type, 98 const char *content_type,
101 const char *content); 99 const char *content);
102 100
103 #ifdef MSN_DEBUG_SLP
104 void msn_slpmsg_show(MsnMessage *msg); 101 void msn_slpmsg_show(MsnMessage *msg);
105 #endif
106 102
107 #endif /* _MSN_SLPMSG_H_ */ 103 #endif /* _MSN_SLPMSG_H_ */