diff options
| author | Dave Love | 2002-07-16 13:57:41 +0000 |
|---|---|---|
| committer | Dave Love | 2002-07-16 13:57:41 +0000 |
| commit | 511dd8e757b2e5a7bb7ef38ca319e1ad7fd2a3ec (patch) | |
| tree | 26a0dea4236660f05e847714b755b1693e133881 /src/coding.h | |
| parent | 538a25d61b82f3b07cb1f679cf11ae762d28e717 (diff) | |
| download | emacs-511dd8e757b2e5a7bb7ef38ca319e1ad7fd2a3ec.tar.gz emacs-511dd8e757b2e5a7bb7ef38ca319e1ad7fd2a3ec.zip | |
(code_convert_region): Fix prototype.
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, |