Switch to side-by-side view

--- a/src/utils/smallut.h
+++ b/src/utils/smallut.h
@@ -1,6 +1,6 @@
 #ifndef _SMALLUT_H_INCLUDED_
 #define _SMALLUT_H_INCLUDED_
-/* @(#$Id: smallut.h,v 1.11 2006-01-04 11:33:44 dockes Exp $  (C) 2004 J.F.Dockes */
+/* @(#$Id: smallut.h,v 1.12 2006-01-19 12:01:43 dockes Exp $  (C) 2004 J.F.Dockes */
 #include <string>
 #include <list>
 
@@ -40,4 +40,6 @@
     tab}) at beginning and end of input string */
 extern void trimstring(string &s, const char *ws = " \t");
 
+extern std::string escapeHtml(const std::string &in);
+
 #endif /* _SMALLUT_H_INCLUDED_ */