aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2004-03-11 00:27:33 +0000
committerKim F. Storm2004-03-11 00:27:33 +0000
commit49b2acfd6351875cc85eee00131dc19e66fb163b (patch)
tree69e5c40c3f613ae4455340bef5b188367fb51195 /src
parent8dd5ac07f4c0bb888746a5e39024a91b6d692a5c (diff)
downloademacs-49b2acfd6351875cc85eee00131dc19e66fb163b.tar.gz
emacs-49b2acfd6351875cc85eee00131dc19e66fb163b.zip
Image consolidation:
(syms_of_image, init_image): Add protoypes. (init_xfns): Remove prototype.
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h5
1 files changed, 4 insertions, 1 deletions
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));
2296extern void init_fringe P_ ((void)); 2296extern void init_fringe P_ ((void));
2297extern void init_fringe_once P_ ((void)); 2297extern void init_fringe_once P_ ((void));
2298 2298
2299/* Defined in image.c */
2300extern void syms_of_image P_ ((void));
2301extern void init_image P_ ((void));
2302
2299/* Defined in insdel.c */ 2303/* Defined in insdel.c */
2300extern Lisp_Object Qinhibit_modification_hooks; 2304extern Lisp_Object Qinhibit_modification_hooks;
2301extern void move_gap P_ ((int)); 2305extern void move_gap P_ ((int));
@@ -3066,7 +3070,6 @@ extern int getloadavg P_ ((double *, int));
3066#ifdef HAVE_X_WINDOWS 3070#ifdef HAVE_X_WINDOWS
3067/* Defined in xfns.c */ 3071/* Defined in xfns.c */
3068extern void syms_of_xfns P_ ((void)); 3072extern void syms_of_xfns P_ ((void));
3069extern void init_xfns P_ ((void));
3070extern Lisp_Object Vx_resource_name; 3073extern Lisp_Object Vx_resource_name;
3071extern Lisp_Object Vx_resource_class; 3074extern Lisp_Object Vx_resource_class;
3072EXFUN (Fxw_display_color_p, 1); 3075EXFUN (Fxw_display_color_p, 1);