aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.h')
-rw-r--r--src/coding.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/coding.h b/src/coding.h
index ff11eac822a..8522e632974 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -540,8 +540,7 @@ struct coding_system
540#endif /* !WINDOWSNT */ 540#endif /* !WINDOWSNT */
541 541
542/* Extern declarations. */ 542/* Extern declarations. */
543extern Lisp_Object make_conversion_work_buffer P_ ((int)); 543extern Lisp_Object make_conversion_work_buffer P_ ((int, int));
544extern Lisp_Object code_conversion_restore P_ ((Lisp_Object));
545extern int decoding_buffer_size P_ ((struct coding_system *, int)); 544extern int decoding_buffer_size P_ ((struct coding_system *, int));
546extern int encoding_buffer_size P_ ((struct coding_system *, int)); 545extern int encoding_buffer_size P_ ((struct coding_system *, int));
547extern void setup_coding_system P_ ((Lisp_Object, struct coding_system *)); 546extern void setup_coding_system P_ ((Lisp_Object, struct coding_system *));