comparison mcabber/src/nohtml.h @ 1470:a8b924b5474c

The OTR protocol expects (X)HTML messsages
author Mikael Berthe <mikael@lilotux.net>
date Sun, 13 Apr 2008 13:01:32 +0200
parents
children
comparison
equal deleted inserted replaced
1469:1f7990dd416b 1470:a8b924b5474c
1 #ifndef __NOHTML_H__
2 #define __NOHTML_H__ 1
3
4 char *html_strip(const char *buf);
5 char *html_escape(const char *text);
6
7 #endif /* __NOHTML_H__ */
8
9 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */