diff options
Diffstat (limited to 'lib/libutil/libutil.h')
-rw-r--r-- | lib/libutil/libutil.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libutil/libutil.h b/lib/libutil/libutil.h index 3f32d7a..05acf60 100644 --- a/lib/libutil/libutil.h +++ b/lib/libutil/libutil.h @@ -18,7 +18,7 @@ * 5. Modifications may be freely made to this file providing the above * conditions are met. * - * $Id$ + * $Id: libutil.h,v 1.1 1996/01/01 08:27:37 peter Exp $ */ #ifndef _LIBUTIL_H_ @@ -39,6 +39,8 @@ int logout __P((char *line)); void logwtmp __P((char *line, char *name, char *host)); int openpty __P((int *amaster, int *aslave, char *name, struct termios *termp, struct winsize *winp)); +int forkpty __P((int *amaster, char *name, + struct termios *termp, struct winsize *winp)); __END_DECLS #endif /* !_LIBUTIL_H_ */ |