comparison src/util.h @ 8163:da57fb60680a

[gaim-migrate @ 8875] IRC quoting for HTML entities by Daniel Atallah committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Thu, 22 Jan 2004 02:44:13 +0000
parents fa6395637e2c
children fec4c1fb2ac8
comparison
equal deleted inserted replaced
8162:3273ff25b645 8163:da57fb60680a
264 * 264 *
265 * @return The linkified text. 265 * @return The linkified text.
266 */ 266 */
267 char *gaim_markup_linkify(const char *str); 267 char *gaim_markup_linkify(const char *str);
268 268
269 /**
270 * Escapes HTML special characters to be displayed literally.
271 * For example '&' is replaced by "&amp;" and so on
272 *
273 * @param html The string in which to escape any HTML special characters
274 *
275 * @return the text with HTML special characters escaped
276 */
277 char *gaim_escape_html(const char *html);
278
269 /*@}*/ 279 /*@}*/
270 280
271 281
272 /**************************************************************************/ 282 /**************************************************************************/
273 /** @name Path/Filename Functions */ 283 /** @name Path/Filename Functions */