summaryrefslogtreecommitdiff
path: root/source3/lib/charcnv.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-11-20 15:31:37 -0800
committerJeremy Allison <jra@samba.org>2007-11-20 15:31:37 -0800
commitc049b8157d0bb4b5cd57b66740a26813be4f9eba (patch)
tree6f686883427361d8e8420a3725f33b8e9f4fb74d /source3/lib/charcnv.c
parent61b37c73eeff8548c63df76e7d650c27746ca720 (diff)
downloadsamba-c049b8157d0bb4b5cd57b66740a26813be4f9eba.tar.gz
samba-c049b8157d0bb4b5cd57b66740a26813be4f9eba.tar.bz2
samba-c049b8157d0bb4b5cd57b66740a26813be4f9eba.zip
More trivial pstring removal.
Jeremy. (This used to be commit bac3bb2f6e9e15b3a9a6a6511c484f8509918ca1)
Diffstat (limited to 'source3/lib/charcnv.c')
-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 da972f550f..0dfa88e87e 100644
--- a/source3/lib/charcnv.c
+++ b/source3/lib/charcnv.c
@@ -932,7 +932,7 @@ char *strdup_lower(const char *s)
return out_buffer;
}
-static size_t ucs2_align(const void *base_ptr, const void *p, int flags)
+size_t ucs2_align(const void *base_ptr, const void *p, int flags)
{
if (flags & (STR_NOALIGN|STR_ASCII))
return 0;