|
a/src/utils/smallut.h |
|
b/src/utils/smallut.h |
|
... |
|
... |
14 |
* Free Software Foundation, Inc.,
|
14 |
* Free Software Foundation, Inc.,
|
15 |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
15 |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
16 |
*/
|
16 |
*/
|
17 |
#ifndef _SMALLUT_H_INCLUDED_
|
17 |
#ifndef _SMALLUT_H_INCLUDED_
|
18 |
#define _SMALLUT_H_INCLUDED_
|
18 |
#define _SMALLUT_H_INCLUDED_
|
19 |
/* @(#$Id: smallut.h,v 1.21 2006-12-11 14:50:53 dockes Exp $ (C) 2004 J.F.Dockes */
|
19 |
/* @(#$Id: smallut.h,v 1.22 2006-12-14 13:53:43 dockes Exp $ (C) 2004 J.F.Dockes */
|
20 |
#include <string>
|
20 |
#include <string>
|
21 |
#include <list>
|
21 |
#include <list>
|
22 |
#include <map>
|
22 |
#include <map>
|
23 |
|
23 |
|
24 |
#ifndef NO_NAMESPACES
|
24 |
#ifndef NO_NAMESPACES
|
|
... |
|
... |
35 |
extern int stringisuffcmp(const string& s1, const string& s2);
|
35 |
extern int stringisuffcmp(const string& s1, const string& s2);
|
36 |
|
36 |
|
37 |
// Compare charset names, removing the more common spelling variations
|
37 |
// Compare charset names, removing the more common spelling variations
|
38 |
extern bool samecharset(const string &cs1, const string &cs2);
|
38 |
extern bool samecharset(const string &cs1, const string &cs2);
|
39 |
|
39 |
|
40 |
extern bool maketmpdir(string& tdir);
|
|
|
41 |
extern string stringlistdisp(const list<string>& strs);
|
40 |
extern string stringlistdisp(const list<string>& strs);
|
42 |
|
41 |
|
43 |
/**
|
42 |
/**
|
44 |
* Parse input string into list of strings.
|
43 |
* Parse input string into list of strings.
|
45 |
*
|
44 |
*
|