]> git.tdb.fi Git - libs/core.git/blobdiff - source/stringcodec/codecutils.h
Move files around to prepare for assimilation into core
[libs/core.git] / source / stringcodec / codecutils.h
diff --git a/source/stringcodec/codecutils.h b/source/stringcodec/codecutils.h
new file mode 100644 (file)
index 0000000..6921d41
--- /dev/null
@@ -0,0 +1,19 @@
+/* $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_
+
+namespace Msp {
+namespace Codecs {
+
+int transform_mapping_or_direct(const int *mapping, unsigned map_size, int ch, bool reverse);
+
+} // namespace Codecs
+} // namespace Msp
+
+#endif