summaryrefslogtreecommitdiff
path: root/src/coding.h
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2002-07-16 13:57:41 +0000
committerDave Love <fx@gnu.org>2002-07-16 13:57:41 +0000
commit511dd8e757b2e5a7bb7ef38ca319e1ad7fd2a3ec (patch)
tree26a0dea4236660f05e847714b755b1693e133881 /src/coding.h
parent538a25d61b82f3b07cb1f679cf11ae762d28e717 (diff)
downloademacs-511dd8e757b2e5a7bb7ef38ca319e1ad7fd2a3ec.tar.gz
(code_convert_region): Fix prototype.
Diffstat (limited to 'src/coding.h')
-rw-r--r--src/coding.h2
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));
extern int encoding_buffer_size P_ ((struct coding_system *, int));
extern void setup_coding_system P_ ((Lisp_Object, struct coding_system *));
extern void detect_coding P_ ((struct coding_system *));
-extern Lisp_Object code_convert_region P_ ((EMACS_INT, EMACS_INT,
+extern Lisp_Object code_convert_region P_ ((Lisp_Object, Lisp_Object,
Lisp_Object, Lisp_Object,
int, int));
extern Lisp_Object code_convert_string P_ ((Lisp_Object, Lisp_Object,