changeset 30489:fb23cf90b636

(char_table_ref_and_index): Add prototype.
author Kenichi Handa <handa@m17n.org>
date Thu, 27 Jul 2000 06:03:21 +0000
parents e26deb1d147a
children 6c62244b12b8
files src/lisp.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/lisp.h	Thu Jul 27 06:02:29 2000 +0000
+++ b/src/lisp.h	Thu Jul 27 06:03:21 2000 +0000
@@ -2053,6 +2053,7 @@
 extern void map_char_table P_ ((void (*) (Lisp_Object, Lisp_Object, Lisp_Object),
 				Lisp_Object, Lisp_Object, Lisp_Object, int,
 				Lisp_Object *));
+extern Lisp_Object char_table_ref_and_index P_ ((Lisp_Object, int, int *));
 extern void syms_of_fns P_ ((void));
 
 /* Defined in floatfns.c */