summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2002-02-23 18:44:30 +0000
committerEli Zaretskii <eliz@gnu.org>2002-02-23 18:44:30 +0000
commitfeacf80c302c11fcb59073d309260f9d921d33d1 (patch)
treea2c0b84a8676609e7191f25bf34bc4e38e22cda8
parent83c55ced34e80e175c4660721fe3638f5b42802f (diff)
downloademacs-feacf80c302c11fcb59073d309260f9d921d33d1.tar.gz
(run_pre_post_conversion_on_str): Add prototype.
-rw-r--r--src/ChangeLog2
-rw-r--r--src/coding.h3
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ff18805dc8f..6059351bb37 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
2002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
+ * coding.h (run_pre_post_conversion_on_str): Add prototype.
+
* xselect.c (selection_data_to_lisp_data): Fix last change.
2002-02-22 Eli Zaretskii <eliz@gnu.org>
diff --git a/src/coding.h b/src/coding.h
index 2d514e37640..0e4a81e629e 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -620,6 +620,9 @@ extern void coding_restore_composition P_ ((struct coding_system *,
Lisp_Object));
extern int code_convert_region P_ ((int, int, int, int, struct coding_system *,
int, int));
+extern Lisp_Object run_pre_post_conversion_on_str P_ ((Lisp_Object,
+ struct coding_system *,
+ int));
extern int decoding_buffer_size P_ ((struct coding_system *, int));
extern int encoding_buffer_size P_ ((struct coding_system *, int));
extern void detect_coding P_ ((struct coding_system *, unsigned char *, int));