include/nohtml.h
changeset 89 c190335dbab3
parent 88 9b5c2357fad7
child 90 3102f7def87b
equal deleted inserted replaced
88:9b5c2357fad7 89:c190335dbab3
     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... */