]> git.eshelyaron.com Git - emacs.git/commitdiff
Image consolidation:
authorKim F. Storm <storm@cua.dk>
Thu, 11 Mar 2004 00:27:33 +0000 (00:27 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 11 Mar 2004 00:27:33 +0000 (00:27 +0000)
(syms_of_image, init_image): Add protoypes.
(init_xfns): Remove prototype.

src/lisp.h

index 951f68862ceed6595aa7e3ca9b3a50af40c5fc7a..9b69eaee3bcb414837ac6404cf5f417aaddcd066 100644 (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);