diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 1 |
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)); | |||
| 2332 | extern void init_fringe_once P_ ((void)); | 2332 | extern void init_fringe_once P_ ((void)); |
| 2333 | 2333 | ||
| 2334 | /* Defined in image.c */ | 2334 | /* Defined in image.c */ |
| 2335 | EXFUN (Finit_image_library, 2); | ||
| 2335 | extern void syms_of_image P_ ((void)); | 2336 | extern void syms_of_image P_ ((void)); |
| 2336 | extern void init_image P_ ((void)); | 2337 | extern void init_image P_ ((void)); |
| 2337 | 2338 | ||