diff src/lisp.h @ 54340:52989cb6fe03

Image consolidation: (syms_of_image, init_image): Add protoypes. (init_xfns): Remove prototype.
author Kim F. Storm <storm@cua.dk>
date Thu, 11 Mar 2004 00:27:33 +0000
parents 2affc700598b
children b136a4512609 fac24544c283
line wrap: on
line diff
--- a/src/lisp.h	Thu Mar 11 00:27:13 2004 +0000
+++ b/src/lisp.h	Thu Mar 11 00:27:33 2004 +0000
@@ -2296,6 +2296,10 @@
 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 @@
 #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);