comparison src/protocols/sametime/meanwhile/mw_debug.h @ 12311:a2ebf585d8c6

[gaim-migrate @ 14615] should work fine, but I have to go home now. This ought to clean up all the signedness warnings, start to remove some unnecessary features (server-stored status messages), and add a useful feature (pretending to be an official client when the server is blocking unofficial clients) committer: Tailor Script <tailor@pidgin.im>
author Christopher O'Brien <siege@pidgin.im>
date Sun, 04 Dec 2005 04:09:30 +0000
parents 0110fc7c6a8a
children
comparison
equal deleted inserted replaced
12310:a532eccfc7bb 12311:a2ebf585d8c6
72 "an email to the address listed below with a brief explanation of\n" \ 72 "an email to the address listed below with a brief explanation of\n" \
73 "what you were doing at the time of this message. Thanks a lot!" 73 "what you were doing at the time of this message. Thanks a lot!"
74 #endif 74 #endif
75 75
76 76
77 void mw_debug_datav(const char *buf, gsize len, 77 void mw_debug_datav(const guchar *buf, gsize len,
78 const char *info, va_list args); 78 const char *info, va_list args);
79 79
80 80
81 void mw_debug_data(const char *buf, gsize len, 81 void mw_debug_data(const guchar *buf, gsize len,
82 const char *info, ...); 82 const char *info, ...);
83 83
84 84
85 void mw_debug_opaquev(struct mwOpaque *o, const char *info, va_list args); 85 void mw_debug_opaquev(struct mwOpaque *o, const char *info, va_list args);
86 86
87 87
88 void mw_debug_opaque(struct mwOpaque *o, const char *info, ...); 88 void mw_debug_opaque(struct mwOpaque *o, const char *info, ...);
89 89
90 90
91 void mw_mailme_datav(const char *buf, gsize len, 91 void mw_mailme_datav(const guchar *buf, gsize len,
92 const char *info, va_list args); 92 const char *info, va_list args);
93 93
94 void mw_mailme_data(const char *buf, gsize len, 94 void mw_mailme_data(const guchar *buf, gsize len,
95 const char *info, ...); 95 const char *info, ...);
96 96
97 97
98 /** Outputs a hex dump of a mwOpaque with debugging info and a 98 /** Outputs a hex dump of a mwOpaque with debugging info and a
99 pre-defined message. Identical to mw_mailme_opaque, but taking a 99 pre-defined message. Identical to mw_mailme_opaque, but taking a