--- a/src/qtgui/plaintorich.h
+++ b/src/qtgui/plaintorich.h
@@ -1,6 +1,6 @@
#ifndef _PLAINTORICH_H_INCLUDED_
#define _PLAINTORICH_H_INCLUDED_
-/* @(#$Id: plaintorich.h,v 1.1 2005-09-22 16:22:34 dockes Exp $ (C) 2004 J.F.Dockes */
+/* @(#$Id: plaintorich.h,v 1.2 2005-10-10 13:24:53 dockes Exp $ (C) 2004 J.F.Dockes */
#include <string>
@@ -15,4 +15,6 @@
const list<string>& terms,
list<pair<int, int> >&termoffsets);
+extern string stripMarkup(const string &in);
+
#endif /* _PLAINTORICH_H_INCLUDED_ */