diff options
author | Luke Leighton <lkcl@samba.org> | 1999-02-11 22:12:49 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-02-11 22:12:49 +0000 |
commit | f38bfc7d9aa07c4e21448aa846956bd89a259a65 (patch) | |
tree | d603b9188ac759d67877f8867a3f69c2ab425ef1 /source3/include | |
parent | c6d16eea4394ff1c4d12cb435eebb0686b5ee736 (diff) | |
download | samba-f38bfc7d9aa07c4e21448aa846956bd89a259a65.tar.gz samba-f38bfc7d9aa07c4e21448aa846956bd89a259a65.tar.bz2 samba-f38bfc7d9aa07c4e21448aa846956bd89a259a65.zip |
UNICODE issues.
(This used to be commit 6a437cfb33f24913e0c1f8484c0b08ef317e513b)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index e564163421..c408545907 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -566,8 +566,8 @@ void split_at_last_component(char *path, char *front, char sep, char *back); int PutUniCode(char *dst,char *src); char *skip_unicode_string(char *buf,int n); -char *unistrn2(uint16 *src, int len); -char *unistr2(uint16 *src); +char *unistrn2(char *src, int len); +char *unistr2(char *src); char *unistr2_to_str(UNISTR2 *str); uint32 buffer2_to_uint32(BUFFER2 *str); char *buffer2_to_str(BUFFER2 *str); |