--- parser3/src/include/pa_charsets.h 2003/01/28 10:13:17 1.8.2.2 +++ parser3/src/include/pa_charsets.h 2003/01/29 11:30:05 1.8.2.5 @@ -11,7 +11,7 @@ #ifndef PA_CHARSETS_H #define PA_CHARSETS_H -static const char* IDENT_CHARSETS_H="$Date: 2003/01/28 10:13:17 $"; +static const char* IDENT_CHARSETS_H="$Date: 2003/01/29 11:30:05 $"; #include "pa_hash.h" #include "pa_charset.h" @@ -19,13 +19,16 @@ static const char* IDENT_CHARSETS_H="$Da class Charsets: public Hash { Pool charsets_pool; public: - CharsetPtr get(ConstStringPtr aname); + + Charsets(); + + Charset& get(ConstStringPtr aname); void load_charset(ConstStringPtr arequest_name, ConstStringPtr arequest_file_spec); }; /// global -extern Charsets *charsets; +extern Charsets charsets; #endif