diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1996-12-29 18:30:42 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1996-12-29 18:30:42 +0000 |
| commit | 483f4c83716bc5db371e6fff01ac31b9d4323aa3 (patch) | |
| tree | 0f99d3df0cfd4e1360e7e706a77ac3528a5dbfb3 /lib/libutil/libutil.h | |
| parent | 1e6c86d048c8a10fd7e6b59c211e34e64c831464 (diff) | |
Notes
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 3f32d7ac0c06..05acf604206a 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_ */ |
