include/nohtml.h
changeset 79 05328c643696
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/include/nohtml.h	Sat Aug 01 23:05:11 2009 +0300
@@ -0,0 +1,9 @@
+#ifndef __NOHTML_H__
+#define __NOHTML_H__ 1
+
+char *html_strip(const char *buf);
+char *html_escape(const char *text);
+
+#endif /* __NOHTML_H__ */
+
+/* vim: set expandtab cindent cinoptions=>2\:2(0:  For Vim users... */