aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.h')
-rw-r--r--src/coding.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.h b/src/coding.h
index a640ba9ebdb..885f12bc648 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -546,7 +546,7 @@ struct coding_system
546#define ENCODE_UTF_8(str) code_convert_string_norecord (str, Qutf_8, 1) 546#define ENCODE_UTF_8(str) code_convert_string_norecord (str, Qutf_8, 1)
547 547
548/* Extern declarations. */ 548/* Extern declarations. */
549extern Lisp_Object make_conversion_work_buffer P_ ((int, int)); 549extern Lisp_Object code_conversion_save P_ ((int, int));
550extern int decoding_buffer_size P_ ((struct coding_system *, int)); 550extern int decoding_buffer_size P_ ((struct coding_system *, int));
551extern int encoding_buffer_size P_ ((struct coding_system *, int)); 551extern int encoding_buffer_size P_ ((struct coding_system *, int));
552extern void setup_coding_system P_ ((Lisp_Object, struct coding_system *)); 552extern void setup_coding_system P_ ((Lisp_Object, struct coding_system *));