X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fstringcodec%2Fcodecutils.h;h=395949e8e814e8d3e3cef04b3f097b0c4f8b029e;hp=6921d41e7ce67ebffb7a8da9726772af6507b881;hb=242a4a9abe1e1113b5eb39aa751aa054f696d7be;hpb=b42ed73a1b241c0e93ee03c43c4584b41c549bac 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