diff options
author | Kenichi Handa <handa@m17n.org> | 2001-01-19 05:22:38 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2001-01-19 05:22:38 +0000 |
commit | 417ef8f6f8865d2f4734d9e1e8e8e86d41c8e7c5 (patch) | |
tree | fc05ac0f839d8f8ea64bc27cd349c9ee0a1590e4 /src/charset.h | |
parent | beeedaada9bb25dcea2695fd8a9f586d3071fda7 (diff) | |
download | emacs-417ef8f6f8865d2f4734d9e1e8e8e86d41c8e7c5.tar.gz |
(c_string_width, lisp_string_width): Extern them.
Diffstat (limited to 'src/charset.h')
-rw-r--r-- | src/charset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/charset.h b/src/charset.h index b8ee0af40f7..7cc0931f162 100644 --- a/src/charset.h +++ b/src/charset.h @@ -786,6 +786,8 @@ extern int get_charset_id P_ ((Lisp_Object)); extern int find_charset_in_text P_ ((unsigned char *, int, int, int *, Lisp_Object)); extern int strwidth P_ ((unsigned char *, int)); +extern int c_string_width P_ ((unsigned char *, int, int, int *, int *)); +extern int lisp_string_width P_ ((Lisp_Object, int, int *, int *)); extern int char_bytes P_ ((int)); extern int char_valid_p P_ ((int, int)); |