From a4ef2ce86ad2721ceed1a4be6771456f9f33daf5 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 27 Jul 2000 06:03:21 +0000 Subject: [PATCH] (char_table_ref_and_index): Add prototype. --- src/lisp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lisp.h b/src/lisp.h index f43e5de868..b2c0ba4b95 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -2053,6 +2053,7 @@ extern int char_table_translate P_ ((Lisp_Object, int)); 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 */ -- 2.20.1