# HG changeset patch # User Kim F. Storm # Date 1078964853 0 # Node ID 52989cb6fe0336e5d4d15cda667df2699ac06052 # Parent a1da121426a9eafe8b8f4b27eaf834bb4ba8a943 Image consolidation: (syms_of_image, init_image): Add protoypes. (init_xfns): Remove prototype. diff -r a1da121426a9 -r 52989cb6fe03 src/lisp.h --- 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);