X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstringcodec%2Fcodecutils.h;h=395949e8e814e8d3e3cef04b3f097b0c4f8b029e;hb=f24e7b96e76b63c9b9b8a6bce4c7a9db64276ea8;hp=6921d41e7ce67ebffb7a8da9726772af6507b881;hpb=b56eb5ec1da675da0c66abc53c1e4f6c4e4cccbd;p=libs%2Fcore.git diff --git a/source/stringcodec/codecutils.h b/source/stringcodec/codecutils.h index 6921d41..395949e 100644 --- a/source/stringcodec/codecutils.h +++ b/source/stringcodec/codecutils.h @@ -1,19 +1,12 @@ -/* $Id$ - -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_ +#ifndef MSP_STRINGCODEC_CODECUTILS_H_ +#define MSP_STRINGCODEC_CODECUTILS_H_ namespace Msp { -namespace Codecs { +namespace StringCodec { int transform_mapping_or_direct(const int *mapping, unsigned map_size, int ch, bool reverse); -} // namespace Codecs +} // namespace StringCodec } // namespace Msp #endif