Index: openjpeg-dotnet/dotnet/dotnet.h
===================================================================
--- openjpeg-dotnet/dotnet/dotnet.h	(revision 2006)
+++ openjpeg-dotnet/dotnet/dotnet.h	(working copy)
@@ -22,11 +22,11 @@
 #endif
 
 // uncompresed images are raw RGBA 8bit/channel
-DLLEXPORT bool LibslEncode(MarshalledImage* image, bool lossless);
-DLLEXPORT bool LibslDecode(MarshalledImage* image);
-DLLEXPORT bool LibslAllocEncoded(MarshalledImage* image);
-DLLEXPORT bool LibslAllocDecoded(MarshalledImage* image);
-DLLEXPORT void LibslFree(MarshalledImage* image);
+DLLEXPORT bool DotNetEncode(MarshalledImage* image, bool lossless);
+DLLEXPORT bool DotNetDecode(MarshalledImage* image);
+DLLEXPORT bool DotNetAllocEncoded(MarshalledImage* image);
+DLLEXPORT bool DotNetAllocDecoded(MarshalledImage* image);
+DLLEXPORT void DotNetFree(MarshalledImage* image);
 
 
 #endif
Index: openjpeg-dotnet/dotnet/dotnet.cpp
===================================================================
--- openjpeg-dotnet/dotnet/dotnet.cpp	(revision 2006)
+++ openjpeg-dotnet/dotnet/dotnet.cpp	(working copy)
@@ -209,7 +209,7 @@
 	}
 }
 
-bool LibslDecode(MarshalledImage* image)
+bool DotNetDecode(MarshalledImage* image)
 {
 	opj_dparameters dparameters;
 	
Index: bin/libopenjpeg-dotnet-2.1.3.0.so
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

