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 e0f084210f2..087896ea6b5 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -624,6 +624,8 @@ extern void detect_eol P_ ((struct coding_system *, unsigned char *, int)); | |||
| 624 | extern int setup_coding_system P_ ((Lisp_Object, struct coding_system *)); | 624 | extern int setup_coding_system P_ ((Lisp_Object, struct coding_system *)); |
| 625 | extern Lisp_Object code_convert_string P_ ((Lisp_Object, | 625 | extern Lisp_Object code_convert_string P_ ((Lisp_Object, |
| 626 | struct coding_system *, int, int)); | 626 | struct coding_system *, int, int)); |
| 627 | extern Lisp_Object code_convert_string1 P_ ((Lisp_Object, Lisp_Object, | ||
| 628 | Lisp_Object, int)); | ||
| 627 | extern Lisp_Object code_convert_string_norecord P_ ((Lisp_Object, Lisp_Object, | 629 | extern Lisp_Object code_convert_string_norecord P_ ((Lisp_Object, Lisp_Object, |
| 628 | int)); | 630 | int)); |
| 629 | extern void setup_raw_text_coding_system P_ ((struct coding_system *)); | 631 | extern void setup_raw_text_coding_system P_ ((struct coding_system *)); |