Switch to unified view

a/src/utils/smallut.h b/src/utils/smallut.h
1
#ifndef _SMALLUT_H_INCLUDED_
1
#ifndef _SMALLUT_H_INCLUDED_
2
#define _SMALLUT_H_INCLUDED_
2
#define _SMALLUT_H_INCLUDED_
3
/* @(#$Id: smallut.h,v 1.7 2005-11-23 10:16:28 dockes Exp $  (C) 2004 J.F.Dockes */
3
/* @(#$Id: smallut.h,v 1.8 2005-11-24 07:16:16 dockes Exp $  (C) 2004 J.F.Dockes */
4
#include <string>
4
#include <string>
5
#include <list>
5
#include <list>
6
#include <iostream>
6
7
#ifndef NO_NAMESPACES
7
using std::string;
8
using std::string;
8
using std::list;
9
using std::list;
9
using std::ostream;
10
#endif /* NO_NAMESPACES */
11
10
extern int stringicmp(const string& s1, const string& s2);
12
extern int stringicmp(const string& s1, const string& s2);
11
extern int stringlowercmp(const string& alreadylower, const string& s2);
13
extern int stringlowercmp(const string& alreadylower, const string& s2);
12
extern int stringuppercmp(const string& alreadyupper, const string& s2); 
14
extern int stringuppercmp(const string& alreadyupper, const string& s2); 
13
15
14
// Compare charset names, removing the more common spelling variations
16
// Compare charset names, removing the more common spelling variations