]> code.delx.au - gnu-emacs/blobdiff - src/syswait.h
Document Image Mode's new animation features.
[gnu-emacs] / src / syswait.h
index 9d84876d4bee8a63eb18c8660580709a1c551c42..815678bbfd00d16ad501c87db24517b6dd37a123 100644 (file)
@@ -1,5 +1,5 @@
 /* Define wait system call interface for Emacs.
-   Copyright (C) 1993-1995, 2000-201 Free Software Foundation, Inc.
+   Copyright (C) 1993-1995, 2000-2014 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -51,4 +51,8 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #define WTERMSIG(status) ((status) & 0x7f)
 #endif
 
+/* Defined in sysdep.c.  */
+extern void wait_for_termination (pid_t, int *, bool);
+extern pid_t child_status_changed (pid_t, int *, int);
+
 #endif /* EMACS_SYSWAIT_H */