diff options
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.h b/src/coding.h index 25b38caa37f..b9e5d8208a8 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -532,7 +532,7 @@ extern int decoding_buffer_size P_ ((struct coding_system *, int)); | |||
| 532 | extern int encoding_buffer_size P_ ((struct coding_system *, int)); | 532 | extern int encoding_buffer_size P_ ((struct coding_system *, int)); |
| 533 | extern void setup_coding_system P_ ((Lisp_Object, struct coding_system *)); | 533 | extern void setup_coding_system P_ ((Lisp_Object, struct coding_system *)); |
| 534 | extern void detect_coding P_ ((struct coding_system *)); | 534 | extern void detect_coding P_ ((struct coding_system *)); |
| 535 | extern Lisp_Object code_convert_region P_ ((EMACS_INT, EMACS_INT, | 535 | extern Lisp_Object code_convert_region P_ ((Lisp_Object, Lisp_Object, |
| 536 | Lisp_Object, Lisp_Object, | 536 | Lisp_Object, Lisp_Object, |
| 537 | int, int)); | 537 | int, int)); |
| 538 | extern Lisp_Object code_convert_string P_ ((Lisp_Object, Lisp_Object, | 538 | extern Lisp_Object code_convert_string P_ ((Lisp_Object, Lisp_Object, |