mcabber/src/nohtml.h
changeset 1470 a8b924b5474c
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... */