Mercurial > emacs
diff src/coding.h @ 34152:cb678a191215
(code_convert_string1): Declare.
| author | Ken Raeburn <raeburn@raeburn.org> |
|---|---|
| date | Mon, 04 Dec 2000 00:27:33 +0000 |
| parents | 46e0ec24a961 |
| children | cb627d09f8c3 |
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 *));
