From d0834e7f9dc7284bf4ba993f69fb9a836ee8ee99 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Thu, 27 Apr 2000 21:31:23 +0000 Subject: Add ability to manipulate with drain wait time --- bin/stty/extern.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/stty/extern.h') diff --git a/bin/stty/extern.h b/bin/stty/extern.h index 27869f852dfe..47918c0bd4e1 100644 --- a/bin/stty/extern.h +++ b/bin/stty/extern.h @@ -38,12 +38,12 @@ int c_cchars __P((const void *, const void *)); int c_modes __P((const void *, const void *)); int csearch __P((char ***, struct info *)); void checkredirect __P((void)); -void gprint __P((struct termios *, struct winsize *, int)); -void gread __P((struct termios *, char *)); +void gprint __P((struct termios *, struct winsize *, int, int)); +void gread __P((struct termios *, int *, char *)); int ksearch __P((char ***, struct info *)); int msearch __P((char ***, struct info *)); void optlist __P((void)); -void print __P((struct termios *, struct winsize *, int, enum FMT)); +void print __P((struct termios *, struct winsize *, int, int, enum FMT)); void usage __P((void)); extern struct cchar cchars1[], cchars2[]; -- cgit v1.2.3