1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-09 13:10:57 -08:00

Image consolidation:

(syms_of_image, init_image): Add protoypes.
(init_xfns): Remove prototype.
This commit is contained in:
Kim F. Storm 2004-03-11 00:27:33 +00:00
parent 8dd5ac07f4
commit 49b2acfd63

View file

@ -2296,6 +2296,10 @@ extern void syms_of_fringe P_ ((void));
extern void init_fringe P_ ((void));
extern void init_fringe_once P_ ((void));
/* Defined in image.c */
extern void syms_of_image P_ ((void));
extern void init_image P_ ((void));
/* Defined in insdel.c */
extern Lisp_Object Qinhibit_modification_hooks;
extern void move_gap P_ ((int));
@ -3066,7 +3070,6 @@ extern int getloadavg P_ ((double *, int));
#ifdef HAVE_X_WINDOWS
/* Defined in xfns.c */
extern void syms_of_xfns P_ ((void));
extern void init_xfns P_ ((void));
extern Lisp_Object Vx_resource_name;
extern Lisp_Object Vx_resource_class;
EXFUN (Fxw_display_color_p, 1);