diff options
| author | Ken Raeburn | 2000-08-08 14:40:19 +0000 |
|---|---|---|
| committer | Ken Raeburn | 2000-08-08 14:40:19 +0000 |
| commit | 8a6d111eec7d25534d7d40d393f71f5265d8dd78 (patch) | |
| tree | 8910e47c2f2e8959dac18964ec974ae3543fffe0 /src/coding.h | |
| parent | 212b4f2c99680c23c5bef7598cb0f97e8b506fa9 (diff) | |
| download | emacs-8a6d111eec7d25534d7d40d393f71f5265d8dd78.tar.gz emacs-8a6d111eec7d25534d7d40d393f71f5265d8dd78.zip | |
(decode_coding_string): Declare.
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 4692e1ddc71..cb0b1755b1d 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -632,6 +632,8 @@ extern Lisp_Object code_convert_string_norecord P_ ((Lisp_Object, Lisp_Object, | |||
| 632 | extern void setup_raw_text_coding_system P_ ((struct coding_system *)); | 632 | extern void setup_raw_text_coding_system P_ ((struct coding_system *)); |
| 633 | extern Lisp_Object encode_coding_string P_ ((Lisp_Object, | 633 | extern Lisp_Object encode_coding_string P_ ((Lisp_Object, |
| 634 | struct coding_system *, int)); | 634 | struct coding_system *, int)); |
| 635 | extern Lisp_Object decode_coding_string P_ ((Lisp_Object, | ||
| 636 | struct coding_system *, int)); | ||
| 635 | extern Lisp_Object Qcoding_system, Qeol_type, Qcoding_category_index; | 637 | extern Lisp_Object Qcoding_system, Qeol_type, Qcoding_category_index; |
| 636 | extern Lisp_Object Qraw_text, Qemacs_mule; | 638 | extern Lisp_Object Qraw_text, Qemacs_mule; |
| 637 | extern Lisp_Object Qbuffer_file_coding_system; | 639 | extern Lisp_Object Qbuffer_file_coding_system; |