diff options
author | Kenichi Handa <handa@m17n.org> | 2003-12-02 01:42:47 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2003-12-02 01:42:47 +0000 |
commit | 16869d7e2e92b347eae0a9ee2d708f1447bf9d16 (patch) | |
tree | ef65d3d5eb7954c9217ea2c967d5a295da9c8ce6 /src/coding.h | |
parent | 24a73b0a8678e5afc8e95d9efa09f0932516f04e (diff) | |
download | emacs-16869d7e2e92b347eae0a9ee2d708f1447bf9d16.tar.gz |
(make_conversion_work_buffer): Delete extern.
(code_conversion_save): Extern it.
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 a640ba9ebdb..885f12bc648 100644 --- a/src/coding.h +++ b/src/coding.h @@ -546,7 +546,7 @@ struct coding_system #define ENCODE_UTF_8(str) code_convert_string_norecord (str, Qutf_8, 1) /* Extern declarations. */ -extern Lisp_Object make_conversion_work_buffer P_ ((int, int)); +extern Lisp_Object code_conversion_save P_ ((int, int)); 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 *)); |