aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h
diff options
context:
space:
mode:
authorKenichi Handa2003-12-02 01:42:47 +0000
committerKenichi Handa2003-12-02 01:42:47 +0000
commit16869d7e2e92b347eae0a9ee2d708f1447bf9d16 (patch)
treeef65d3d5eb7954c9217ea2c967d5a295da9c8ce6 /src/coding.h
parent24a73b0a8678e5afc8e95d9efa09f0932516f04e (diff)
downloademacs-16869d7e2e92b347eae0a9ee2d708f1447bf9d16.tar.gz
emacs-16869d7e2e92b347eae0a9ee2d708f1447bf9d16.zip
(make_conversion_work_buffer): Delete extern.
(code_conversion_save): Extern it.
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 a640ba9ebdb..885f12bc648 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -546,7 +546,7 @@ struct coding_system
546#define ENCODE_UTF_8(str) code_convert_string_norecord (str, Qutf_8, 1) 546#define ENCODE_UTF_8(str) code_convert_string_norecord (str, Qutf_8, 1)
547 547
548/* Extern declarations. */ 548/* Extern declarations. */
549extern Lisp_Object make_conversion_work_buffer P_ ((int, int)); 549extern Lisp_Object code_conversion_save P_ ((int, int));
550extern int decoding_buffer_size P_ ((struct coding_system *, int)); 550extern int decoding_buffer_size P_ ((struct coding_system *, int));
551extern int encoding_buffer_size P_ ((struct coding_system *, int)); 551extern int encoding_buffer_size P_ ((struct coding_system *, int));
552extern void setup_coding_system P_ ((Lisp_Object, struct coding_system *)); 552extern void setup_coding_system P_ ((Lisp_Object, struct coding_system *));