no const for now

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4207 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty 2003-08-02 09:01:13 +00:00
parent 5506f765ae
commit 28f10fcaac

View File

@ -7,7 +7,7 @@
using namespace BPrivate;
typedef const char ** input_buffer_t;
typedef char ** input_buffer_t;
status_t
convert_encoding(const char * from, const char * to,