s3:lib/charcnv: add next_codepoint_ext() that accepts input charset.
[gd/samba-autobuild/.git] / source3 / include / proto.h
index 5095b1fde42e5ce5f237fb9f074393461f47d2c5..f76bc32aaa6213aae0e3065d45f2b3e289ab99f1 100644 (file)
@@ -480,6 +480,8 @@ size_t pull_string_talloc_fn(const char *function,
                        size_t src_len,
                        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);
 codepoint_t next_codepoint(const char *str, size_t *size);
 
 /* The following definitions come from lib/clobber.c  */