X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fiso2022jp.h;h=8ded0d845d2c87200577351acb57ded2466c9f2d;hp=ea5209e56c19d7e4157a5632685226343507aa56;hb=51b84c0c2c3abb0cf7e815c5ae259face40ac977;hpb=5ea1720bc90416df7ac5e28b145e9ebf7f76b7a2 diff --git a/source/iso2022jp.h b/source/iso2022jp.h index ea5209e..8ded0d8 100644 --- a/source/iso2022jp.h +++ b/source/iso2022jp.h @@ -33,6 +33,7 @@ public: Decoder(); void decode_char(const std::string &, std::string::const_iterator &); void sync(); + void reset(); private: Mode mode; StringCodec::Decoder *dec;