]> code.delx.au - gnu-emacs/commitdiff
(run_pre_write_conversin_on_c_str): Extern it.
authorKenichi Handa <handa@m17n.org>
Tue, 30 Nov 2004 08:01:45 +0000 (08:01 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 30 Nov 2004 08:01:45 +0000 (08:01 +0000)
src/coding.h

index a0732305adab51d350ab85f1439849fd9cd8c56f..3d9e143ff3d6b16eab7d2f362075aa4860451fd0 100644 (file)
@@ -636,6 +636,10 @@ extern int code_convert_region P_ ((int, int, int, int, struct coding_system *,
 extern Lisp_Object run_pre_post_conversion_on_str P_ ((Lisp_Object,
                                                       struct coding_system *,
                                                       int));
+extern void run_pre_write_conversin_on_c_str P_ ((unsigned char **, int *, 
+                                                 int, int,
+                                                 struct coding_system *));
+
 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 *, const unsigned char *,