diff options
| author | Brian Somers <brian@FreeBSD.org> | 1997-03-30 12:12:20 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1997-03-30 12:12:20 +0000 |
| commit | 568b59b9df9cbf2d11dda28cefc9fc105d6ff8c6 (patch) | |
| tree | cde89a093bad2ef0365dd7e7461d6e72c125c95c /lib/libutil/libutil.h | |
| parent | 0ae8758e004362b3354fccf3d21af3d3ebadae6f (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 bcaf0d99e646..695a8cbc3f68 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.4 1997/02/22 15:08:14 peter Exp $ */ #ifndef _LIBUTIL_H_ @@ -41,6 +41,8 @@ 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)); +int uu_lock __P((char *ttyname)); +int uu_unlock __P((char *ttyname)); __END_DECLS #endif /* !_LIBUTIL_H_ */ |
