summaryrefslogtreecommitdiff
path: root/src/coding.h
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>1998-04-14 12:33:47 +0000
committerAndreas Schwab <schwab@suse.de>1998-04-14 12:33:47 +0000
commitec5d8db72d43e1c7a83954a84518f60229506950 (patch)
treee5353b66f37d17b9c91219c130702f36ffaec7c8 /src/coding.h
parentdfcf069d565c347abf3cb7cec80e6ed8432037ba (diff)
downloademacs-ec5d8db72d43e1c7a83954a84518f60229506950.tar.gz
Add more prototypes.
Diffstat (limited to 'src/coding.h')
-rw-r--r--src/coding.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/coding.h b/src/coding.h
index 617c56ad7ee..5db1f71884f 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -515,6 +515,8 @@ extern int decode_coding P_ ((struct coding_system *, unsigned char *,
unsigned char *, int, int));
extern int encode_coding P_ ((struct coding_system *, unsigned char *,
unsigned char *, int, int));
+extern int code_convert_region P_ ((int, int, int, int, struct coding_system *,
+ int, int));
extern int decoding_buffer_size P_ ((struct coding_system *, int));
extern int encoding_buffer_size P_ ((struct coding_system *, int));
extern void detect_coding P_ ((struct coding_system *, unsigned char *, int));