X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fstringcodec%2Fcodecutils.h;h=cf9eb2d10b2dd580507432c0fd31327e041c1c66;hp=6921d41e7ce67ebffb7a8da9726772af6507b881;hb=HEAD;hpb=b56eb5ec1da675da0c66abc53c1e4f6c4e4cccbd diff --git a/source/stringcodec/codecutils.h b/source/stringcodec/codecutils.h index 6921d41..cf9eb2d 100644 --- a/source/stringcodec/codecutils.h +++ b/source/stringcodec/codecutils.h @@ -1,19 +1,14 @@ -/* $Id$ +#ifndef MSP_STRINGCODEC_CODECUTILS_H_ +#define MSP_STRINGCODEC_CODECUTILS_H_ -This file is part of libmspstrings -Copyright © 2006-2007 Mikko Rasa -Distributed under the LGPL -*/ - -#ifndef MSP_STRINGS_CODECUTILS_H_ -#define MSP_STRINGS_CODECUTILS_H_ +#include namespace Msp { -namespace Codecs { +namespace StringCodec { -int transform_mapping_or_direct(const int *mapping, unsigned map_size, int ch, bool reverse); +MSPCORE_API int transform_mapping_or_direct(const int *mapping, unsigned map_size, int ch, bool reverse); -} // namespace Codecs +} // namespace StringCodec } // namespace Msp #endif