summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-11-01 15:42:21 +0100
committerMichael Adam <obnox@samba.org>2010-11-03 22:45:19 +0000
commit5b6a88b9bf8bd49e179156c29fb3a7268b16808b (patch)
tree8661f38b0a79b0f32bc41e89324b812b00cb68b9 /source3/include
parent18104ef1be1989ef496f19118ee68591f5f4be97 (diff)
downloadsamba-5b6a88b9bf8bd49e179156c29fb3a7268b16808b.tar.gz
samba-5b6a88b9bf8bd49e179156c29fb3a7268b16808b.tar.bz2
samba-5b6a88b9bf8bd49e179156c29fb3a7268b16808b.zip
s3:lib/charcnv: rename a parameter for clarity in next_codepoint_ext()
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index f76bc32aaa..89aa623314 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -481,7 +481,7 @@ size_t pull_string_talloc_fn(const char *function,
int flags);
size_t align_string(const void *base_ptr, const char *p, int flags);
codepoint_t next_codepoint_ext(const char *str, charset_t src_charset,
- size_t *size);
+ size_t *bytes_consumed);
codepoint_t next_codepoint(const char *str, size_t *size);
/* The following definitions come from lib/clobber.c */