diff options
| author | Ken Raeburn | 2000-04-08 19:34:29 +0000 |
|---|---|---|
| committer | Ken Raeburn | 2000-04-08 19:34:29 +0000 |
| commit | 8000e212ef3cefdf190624c9607def66bda2bf8a (patch) | |
| tree | c54532c077512c666aa81c2f704a5a8d46711d98 /src/coding.h | |
| parent | f32318377bef5e5b07c0396fd77c3c7b0c107c82 (diff) | |
| download | emacs-8000e212ef3cefdf190624c9607def66bda2bf8a.tar.gz emacs-8000e212ef3cefdf190624c9607def66bda2bf8a.zip | |
* coding.h (code_convert_string): Declare.
* coding.c (code_convert_string_norecord): Pass an int, not a lisp object, as
the fourth argument to code_convert_string.
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/coding.h b/src/coding.h index d226d433a0a..12c14da4d02 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -597,6 +597,8 @@ extern int conversion_buffer_size; | |||
| 597 | extern char *conversion_buffer; | 597 | extern char *conversion_buffer; |
| 598 | extern char *get_conversion_buffer P_ ((int)); | 598 | extern char *get_conversion_buffer P_ ((int)); |
| 599 | extern int setup_coding_system P_ ((Lisp_Object, struct coding_system *)); | 599 | extern int setup_coding_system P_ ((Lisp_Object, struct coding_system *)); |
| 600 | extern Lisp_Object code_convert_string P_ ((Lisp_Object, | ||
| 601 | struct coding_system *, int, int)); | ||
| 600 | extern void setup_raw_text_coding_system P_ ((struct coding_system *)); | 602 | extern void setup_raw_text_coding_system P_ ((struct coding_system *)); |
| 601 | extern Lisp_Object Qcoding_system, Qeol_type, Qcoding_category_index; | 603 | extern Lisp_Object Qcoding_system, Qeol_type, Qcoding_category_index; |
| 602 | extern Lisp_Object Qraw_text, Qemacs_mule; | 604 | extern Lisp_Object Qraw_text, Qemacs_mule; |