From: Kim F. Storm Date: Thu, 11 Mar 2004 00:27:33 +0000 (+0000) Subject: Image consolidation: X-Git-Tag: ttn-vms-21-2-B4~7295 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=49b2acfd6351875cc85eee00131dc19e66fb163b;p=emacs.git Image consolidation: (syms_of_image, init_image): Add protoypes. (init_xfns): Remove prototype. --- diff --git a/src/lisp.h b/src/lisp.h index 951f68862ce..9b69eaee3bc 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -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);