--- 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.6 2005-04-06 10:20:11 dockes Exp $ (C) 2004 J.F.Dockes */
+/* @(#$Id: smallut.h,v 1.7 2005-11-23 10:16:28 dockes Exp $ (C) 2004 J.F.Dockes */
#include <string>
#include <list>
#include <iostream>
@@ -11,6 +11,9 @@
extern int stringlowercmp(const string& alreadylower, const string& s2);
extern int stringuppercmp(const string& alreadyupper, const string& s2);
+// Compare charset names, removing the more common spelling variations
+extern bool samecharset(const string &cs1, const string &cs2);
+
extern bool maketmpdir(string& tdir);
extern string stringlistdisp(const list<string>& strs);