summaryrefslogtreecommitdiff
path: root/lib/libutil/libutil.h
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1997-03-30 12:12:20 +0000
committerBrian Somers <brian@FreeBSD.org>1997-03-30 12:12:20 +0000
commit568b59b9df9cbf2d11dda28cefc9fc105d6ff8c6 (patch)
treecde89a093bad2ef0365dd7e7461d6e72c125c95c /lib/libutil/libutil.h
parent0ae8758e004362b3354fccf3d21af3d3ebadae6f (diff)
Notes
Diffstat (limited to 'lib/libutil/libutil.h')
-rw-r--r--lib/libutil/libutil.h4
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_ */