summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-03-20 16:42:39 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-03-20 16:42:39 +0000
commitc7e720c87bf1dae8ec4ca4bad47a7324c89b7c05 (patch)
tree69da232c0fd7c081cd80122deacc2e1962946915 /source3/lib
parent9ba6be2e703e92971c8102f55fd840ef24ecf208 (diff)
downloadsamba-c7e720c87bf1dae8ec4ca4bad47a7324c89b7c05.tar.gz
samba-c7e720c87bf1dae8ec4ca4bad47a7324c89b7c05.tar.bz2
samba-c7e720c87bf1dae8ec4ca4bad47a7324c89b7c05.zip
Patch from Samuel Thibault to convert messages from unix to dos charset. Works
on 2000. sending messages to 9x needs to be fixed, but that didn't work anyway (This used to be commit ca066502a2a3dbdd8943d515c9c6d21e62d757b6)
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/charcnv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/charcnv.c b/source3/lib/charcnv.c
index fa646573d8..42cba33483 100644
--- a/source3/lib/charcnv.c
+++ b/source3/lib/charcnv.c
@@ -186,7 +186,7 @@ size_t convert_string(charset_t from, charset_t to,
* @returns Size in bytes of the converted string; or -1 in case of error.
**/
-static size_t convert_string_allocate(charset_t from, charset_t to,
+size_t convert_string_allocate(charset_t from, charset_t to,
void const *src, size_t srclen, void **dest)
{
size_t i_len, o_len, destlen;