Mercurial > emacs
changeset 34152:cb678a191215
(code_convert_string1): Declare.
author | Ken Raeburn <raeburn@raeburn.org> |
---|---|
date | Mon, 04 Dec 2000 00:27:33 +0000 |
parents | 33df9c2e70bf |
children | f493b32a1a91 |
files | src/coding.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/coding.h Sun Dec 03 22:11:57 2000 +0000 +++ b/src/coding.h Mon Dec 04 00:27:33 2000 +0000 @@ -624,6 +624,8 @@ extern int setup_coding_system P_ ((Lisp_Object, struct coding_system *)); extern Lisp_Object code_convert_string P_ ((Lisp_Object, struct coding_system *, int, int)); +extern Lisp_Object code_convert_string1 P_ ((Lisp_Object, Lisp_Object, + Lisp_Object, int)); extern Lisp_Object code_convert_string_norecord P_ ((Lisp_Object, Lisp_Object, int)); extern void setup_raw_text_coding_system P_ ((struct coding_system *));