diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/coding.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/coding.h b/src/coding.h index 39bd62867af..2a44da5692d 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -633,6 +633,7 @@ extern Lisp_Object code_conversion_save P_ ((int, int)); | |||
| 633 | extern int decoding_buffer_size P_ ((struct coding_system *, int)); | 633 | extern int decoding_buffer_size P_ ((struct coding_system *, int)); |
| 634 | extern int encoding_buffer_size P_ ((struct coding_system *, int)); | 634 | extern int encoding_buffer_size P_ ((struct coding_system *, int)); |
| 635 | extern void setup_coding_system P_ ((Lisp_Object, struct coding_system *)); | 635 | extern void setup_coding_system P_ ((Lisp_Object, struct coding_system *)); |
| 636 | extern Lisp_Object coding_charset_list P_ ((struct coding_system *)); | ||
| 636 | extern void detect_coding P_ ((struct coding_system *)); | 637 | extern void detect_coding P_ ((struct coding_system *)); |
| 637 | extern Lisp_Object code_convert_region P_ ((Lisp_Object, Lisp_Object, | 638 | extern Lisp_Object code_convert_region P_ ((Lisp_Object, Lisp_Object, |
| 638 | Lisp_Object, Lisp_Object, | 639 | Lisp_Object, Lisp_Object, |