summaryrefslogtreecommitdiff
path: root/src/coding.h
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2000-08-16 01:36:53 +0000
committerKenichi Handa <handa@m17n.org>2000-08-16 01:36:53 +0000
commit0749a608337fe5ff7894abe1c4534ab290e2e435 (patch)
tree5c195352843c5835a10bb61f58e5195801094458 /src/coding.h
parent904a2edd5c4fdf7a584252b3f0e1fe21bd4f7f1f (diff)
downloademacs-0749a608337fe5ff7894abe1c4534ab290e2e435.tar.gz
(conversion_buffer_size, conversion_buffer)
(get_conversion_buffer): Extern deleted.
Diffstat (limited to 'src/coding.h')
-rw-r--r--src/coding.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/coding.h b/src/coding.h
index cb0b1755b1d..cdb6ff29a7f 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -313,7 +313,7 @@ struct composition_data
struct composition_data *prev, *next;
};
-/* Macros used for the member finish_status of the struct
+/* Macros used for the member `result' of the struct
coding_system. */
#define CODING_FINISH_NORMAL 0
#define CODING_FINISH_INSUFFICIENT_SRC 1
@@ -621,9 +621,6 @@ 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 *, unsigned char *, int));
extern void detect_eol P_ ((struct coding_system *, unsigned char *, int));
-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 Lisp_Object code_convert_string P_ ((Lisp_Object,
struct coding_system *, int, int));