summaryrefslogtreecommitdiff
path: root/src/coding.h
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1998-06-26 03:29:15 +0000
committerKenichi Handa <handa@m17n.org>1998-06-26 03:29:15 +0000
commite5ff4bc29e09a46a72ac15e428dbf8365b639e50 (patch)
tree580b59dfe97abfd6d236a3bd16948b1d815b44de /src/coding.h
parentd5d4ae71937bd69f7f59aac44395d48bb90c5fce (diff)
downloademacs-e5ff4bc29e09a46a72ac15e428dbf8365b639e50.tar.gz
(setup_raw_text_coding_system): Extern it.
Diffstat (limited to 'src/coding.h')
-rw-r--r--src/coding.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/coding.h b/src/coding.h
index dc4d8c540c7..8e55340d01a 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -525,6 +525,7 @@ extern int conversion_buffer_size;
extern char *conversion_buffer;
extern char *get_conversion_buffer P_ ((int));
extern int setup_coding_system P_ ((Lisp_Object, struct coding_system *));
+extern void setup_raw_text_coding_system P_ ((struct coding_system *));
extern Lisp_Object Qcoding_system, Qeol_type, Qcoding_category_index;
extern Lisp_Object Qraw_text;
extern Lisp_Object Qbuffer_file_coding_system;