diff options
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/coding.h b/src/coding.h index b76074796de..fa8959ba239 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -635,6 +635,8 @@ extern char *get_conversion_buffer P_ ((int)); | |||
| 635 | extern int setup_coding_system P_ ((Lisp_Object, struct coding_system *)); | 635 | extern int setup_coding_system P_ ((Lisp_Object, struct coding_system *)); |
| 636 | extern Lisp_Object code_convert_string P_ ((Lisp_Object, | 636 | extern Lisp_Object code_convert_string P_ ((Lisp_Object, |
| 637 | struct coding_system *, int, int)); | 637 | struct coding_system *, int, int)); |
| 638 | extern Lisp_Object code_convert_string_norecord P_ ((Lisp_Object, Lisp_Object, | ||
| 639 | int)); | ||
| 638 | extern void setup_raw_text_coding_system P_ ((struct coding_system *)); | 640 | extern void setup_raw_text_coding_system P_ ((struct coding_system *)); |
| 639 | extern Lisp_Object Qcoding_system, Qeol_type, Qcoding_category_index; | 641 | extern Lisp_Object Qcoding_system, Qeol_type, Qcoding_category_index; |
| 640 | extern Lisp_Object Qraw_text, Qemacs_mule; | 642 | extern Lisp_Object Qraw_text, Qemacs_mule; |