mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-17 11:20:39 -08:00
(char_table_ref_and_index): Add prototype.
This commit is contained in:
parent
2f729392ec
commit
a4ef2ce86a
1 changed files with 1 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue