diff options
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/src/lisp.h b/src/lisp.h index c782f0dd003..b34a852439c 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -4258,17 +4258,23 @@ extern void init_font (void); | |||
| 4258 | extern void syms_of_fontset (void); | 4258 | extern void syms_of_fontset (void); |
| 4259 | #endif | 4259 | #endif |
| 4260 | 4260 | ||
| 4261 | /* Defined in inotify.c */ | ||
| 4262 | #ifdef HAVE_INOTIFY | ||
| 4263 | extern void syms_of_inotify (void); | ||
| 4264 | #endif | ||
| 4265 | |||
| 4266 | /* Defined in kqueue.c */ | ||
| 4267 | #ifdef HAVE_KQUEUE | ||
| 4268 | extern void globals_of_kqueue (void); | ||
| 4269 | extern void syms_of_kqueue (void); | ||
| 4270 | #endif | ||
| 4271 | |||
| 4261 | /* Defined in gfilenotify.c */ | 4272 | /* Defined in gfilenotify.c */ |
| 4262 | #ifdef HAVE_GFILENOTIFY | 4273 | #ifdef HAVE_GFILENOTIFY |
| 4263 | extern void globals_of_gfilenotify (void); | 4274 | extern void globals_of_gfilenotify (void); |
| 4264 | extern void syms_of_gfilenotify (void); | 4275 | extern void syms_of_gfilenotify (void); |
| 4265 | #endif | 4276 | #endif |
| 4266 | 4277 | ||
| 4267 | /* Defined in inotify.c */ | ||
| 4268 | #ifdef HAVE_INOTIFY | ||
| 4269 | extern void syms_of_inotify (void); | ||
| 4270 | #endif | ||
| 4271 | |||
| 4272 | #ifdef HAVE_W32NOTIFY | 4278 | #ifdef HAVE_W32NOTIFY |
| 4273 | /* Defined on w32notify.c. */ | 4279 | /* Defined on w32notify.c. */ |
| 4274 | extern void syms_of_w32notify (void); | 4280 | extern void syms_of_w32notify (void); |