diff options
| author | Kenichi Handa | 2001-02-07 04:24:28 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2001-02-07 04:24:28 +0000 |
| commit | 347abaf72193544780fd81a7f0d6cc49f66afe4d (patch) | |
| tree | 21c5ccefddece3f0fb29e2b8f21f1f56825dbfd4 /src | |
| parent | a76ef35dcef6e31260e547be723b806e55e34216 (diff) | |
| download | emacs-347abaf72193544780fd81a7f0d6cc49f66afe4d.tar.gz emacs-347abaf72193544780fd81a7f0d6cc49f66afe4d.zip | |
(parse_str_to_multibyte): Extern it.
Diffstat (limited to 'src')
| -rw-r--r-- | src/charset.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/charset.h b/src/charset.h index 27146bca928..e086c056282 100644 --- a/src/charset.h +++ b/src/charset.h | |||
| @@ -780,6 +780,7 @@ extern int char_printable_p P_ ((int c)); | |||
| 780 | extern int multibyte_form_length P_ ((const unsigned char *, int)); | 780 | extern int multibyte_form_length P_ ((const unsigned char *, int)); |
| 781 | extern void parse_str_as_multibyte P_ ((unsigned char *, int, int *, int *)); | 781 | extern void parse_str_as_multibyte P_ ((unsigned char *, int, int *, int *)); |
| 782 | extern int str_as_multibyte P_ ((unsigned char *, int, int, int *)); | 782 | extern int str_as_multibyte P_ ((unsigned char *, int, int, int *)); |
| 783 | extern int parse_str_to_multibyte P_ ((unsigned char *, int)); | ||
| 783 | extern int str_to_multibyte P_ ((unsigned char *, int, int)); | 784 | extern int str_to_multibyte P_ ((unsigned char *, int, int)); |
| 784 | extern int str_as_unibyte P_ ((unsigned char *, int)); | 785 | extern int str_as_unibyte P_ ((unsigned char *, int)); |
| 785 | extern int get_charset_id P_ ((Lisp_Object)); | 786 | extern int get_charset_id P_ ((Lisp_Object)); |