1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-02 20:16:25 +00:00

(syms_of_fringe, init_fringe, init_fringe_once):

Add prototypes.
This commit is contained in:
Kim F. Storm 2004-02-08 23:19:48 +00:00
parent 21fb8f5690
commit d5653b7876

View File

@ -2301,6 +2301,11 @@ EXFUN (Ftruncate, 2);
extern void init_floatfns P_ ((void));
extern void syms_of_floatfns P_ ((void));
/* Defined in fringe.c */
extern void syms_of_fringe P_ ((void));
extern void init_fringe P_ ((void));
extern void init_fringe_once P_ ((void));
/* Defined in insdel.c */
extern Lisp_Object Qinhibit_modification_hooks;
extern void move_gap P_ ((int));