diff options
| author | Kenichi Handa | 1998-05-21 01:48:52 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1998-05-21 01:48:52 +0000 |
| commit | 3f639f85625e8900090e36febe0cbfbacbdaa469 (patch) | |
| tree | 48e5803b413397fa438eb5418ff79dd6e809e056 /src | |
| parent | aa60dea6179f286e62007c978431c05c08015a5d (diff) | |
| download | emacs-3f639f85625e8900090e36febe0cbfbacbdaa469.tar.gz emacs-3f639f85625e8900090e36febe0cbfbacbdaa469.zip | |
(find_charset_in_str): Number of arguments fixed.
Diffstat (limited to 'src')
| -rw-r--r-- | src/charset.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/charset.h b/src/charset.h index d76b24d5d51..a3ff93a6c10 100644 --- a/src/charset.h +++ b/src/charset.h | |||
| @@ -800,7 +800,8 @@ extern int multibyte_form_length P_ ((const unsigned char *, int)); | |||
| 800 | extern int str_cmpchar_id P_ ((const unsigned char *, int)); | 800 | extern int str_cmpchar_id P_ ((const unsigned char *, int)); |
| 801 | extern int get_charset_id P_ ((Lisp_Object)); | 801 | extern int get_charset_id P_ ((Lisp_Object)); |
| 802 | extern int cmpchar_component P_ ((unsigned int, unsigned int)); | 802 | extern int cmpchar_component P_ ((unsigned int, unsigned int)); |
| 803 | extern int find_charset_in_str P_ ((unsigned char *, int, int *, Lisp_Object)); | 803 | extern int find_charset_in_str P_ ((unsigned char *, int, int *, |
| 804 | Lisp_Object, int)); | ||
| 804 | extern int strwidth P_ ((unsigned char *, int)); | 805 | extern int strwidth P_ ((unsigned char *, int)); |
| 805 | 806 | ||
| 806 | extern Lisp_Object Vcharacter_translation_table_vector; | 807 | extern Lisp_Object Vcharacter_translation_table_vector; |