Mercurial > hg > xemacs-beta
diff src/sysdep.h @ 263:727739f917cb r20-5b30
Import from CVS: tag r20-5b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:24:41 +0200 |
parents | 084402c475ba |
children | ca9a9ec9c1c1 |
line wrap: on
line diff
--- a/src/sysdep.h Mon Aug 13 10:23:52 2007 +0200 +++ b/src/sysdep.h Mon Aug 13 10:24:41 2007 +0200 @@ -43,6 +43,9 @@ void wait_without_blocking (void); +int get_pty_max_bytes (int fd); +Bufbyte get_eof_char (int fd); + /* Wait for subprocess with process id `pid' to terminate and make sure it will get eliminated (not remain forever as a zombie) */ void wait_for_termination (int pid);