summaryrefslogtreecommitdiff
path: root/fitz/fitz-internal.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2012-10-31 19:01:50 +0100
committerTor Andersson <tor.andersson@artifex.com>2012-11-16 14:05:07 +0100
commit3b276ac7be6e4935e771f6ac46f91c73144594dc (patch)
treea96aaea36c1c8cabf42cffa9bf807bf849cfb861 /fitz/fitz-internal.h
parent1ced0f58959cde7ef3083efd3990168b56125e7a (diff)
downloadmupdf-3b276ac7be6e4935e771f6ac46f91c73144594dc.tar.xz
Add fz_write_buffer_rune to append a utf-8 character to a buffer.
Diffstat (limited to 'fitz/fitz-internal.h')
-rw-r--r--fitz/fitz-internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fitz/fitz-internal.h b/fitz/fitz-internal.h
index 76a3e774..043449db 100644
--- a/fitz/fitz-internal.h
+++ b/fitz/fitz-internal.h
@@ -617,6 +617,8 @@ void fz_write_buffer(fz_context *ctx, fz_buffer *buf, unsigned char *data, int l
void fz_write_buffer_byte(fz_context *ctx, fz_buffer *buf, int val);
+void fz_write_buffer_rune(fz_context *ctx, fz_buffer *buf, int val);
+
void fz_write_buffer_bits(fz_context *ctx, fz_buffer *buf, int val, int bits);
void fz_write_buffer_pad(fz_context *ctx, fz_buffer *buf);