mcabber/mcabber/nohtml.h
author franky
Sat, 18 May 2019 20:44:01 +0200
changeset 2339 7f11a567d236
parent 1811 e6d355e50d7a
permissions -rw-r--r--
Implemented settings_free() This removes many leaked memory messages from valgrind and thus makes it easier to read its output.

#ifndef __MCABBER_NOHTML_H__
#define __MCABBER_NOHTML_H__ 1

char *html_strip(const char *buf);
char *html_escape(const char *text);

#endif /* __MCABBER_NOHTML_H__ */

/* vim: set et cindent cinoptions=>2\:2(0 ts=2 sw=2:  For Vim users... */