diff options
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index c7e36fbf9de..33e9309de34 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -3998,6 +3998,7 @@ extern void init_process_emacs (void); | |||
| 3998 | extern void syms_of_process (void); | 3998 | extern void syms_of_process (void); |
| 3999 | extern void setup_process_coding_systems (Lisp_Object); | 3999 | extern void setup_process_coding_systems (Lisp_Object); |
| 4000 | 4000 | ||
| 4001 | /* Defined in callproc.c. */ | ||
| 4001 | #ifndef DOS_NT | 4002 | #ifndef DOS_NT |
| 4002 | _Noreturn | 4003 | _Noreturn |
| 4003 | #endif | 4004 | #endif |
| @@ -4090,6 +4091,8 @@ extern int emacs_open (const char *, int, int); | |||
| 4090 | extern int emacs_close (int); | 4091 | extern int emacs_close (int); |
| 4091 | extern ptrdiff_t emacs_read (int, char *, ptrdiff_t); | 4092 | extern ptrdiff_t emacs_read (int, char *, ptrdiff_t); |
| 4092 | extern ptrdiff_t emacs_write (int, const char *, ptrdiff_t); | 4093 | extern ptrdiff_t emacs_write (int, const char *, ptrdiff_t); |
| 4094 | extern ptrdiff_t emacs_write_sig (int, char const *, ptrdiff_t); | ||
| 4095 | extern void emacs_perror (char const *); | ||
| 4093 | 4096 | ||
| 4094 | extern void unlock_all_files (void); | 4097 | extern void unlock_all_files (void); |
| 4095 | extern void lock_file (Lisp_Object); | 4098 | extern void lock_file (Lisp_Object); |