aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 88048297b6a..a0345653924 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -2332,6 +2332,7 @@ extern void init_fringe P_ ((void));
2332extern void init_fringe_once P_ ((void)); 2332extern void init_fringe_once P_ ((void));
2333 2333
2334/* Defined in image.c */ 2334/* Defined in image.c */
2335EXFUN (Finit_image_library, 2);
2335extern void syms_of_image P_ ((void)); 2336extern void syms_of_image P_ ((void));
2336extern void init_image P_ ((void)); 2337extern void init_image P_ ((void));
2337 2338