aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/libutil.h
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-06-05 08:21:33 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-06-05 08:21:33 +0000
commit15af1c9b5d18f50ffbe7e9ec0f5271b2148fa398 (patch)
treeeb095aec08d7155b211bf55f0c4251a18609ce95 /lib/libutil/libutil.h
parent627efb817e35548cc63f73db1b78061e1aa33787 (diff)
downloadsrc-15af1c9b5d18f50ffbe7e9ec0f5271b2148fa398.tar.gz
src-15af1c9b5d18f50ffbe7e9ec0f5271b2148fa398.zip
Add missing uu_lock_txfr() prototype
Notes
Notes: svn path=/head/; revision=36660
Diffstat (limited to 'lib/libutil/libutil.h')
-rw-r--r--lib/libutil/libutil.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libutil/libutil.h b/lib/libutil/libutil.h
index 4cacbee6400f..da128d90e800 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: libutil.h,v 1.14 1998/05/28 23:17:07 brian Exp $
+ * $Id: libutil.h,v 1.15 1998/06/01 08:46:52 amurai Exp $
*/
#ifndef _LIBUTIL_H_
@@ -45,6 +45,7 @@ int forkpty __P((int *_amaster, char *_name,
const char *uu_lockerr __P((int _uu_lockresult));
int uu_lock __P((const char *_ttyname));
int uu_unlock __P((const char *_ttyname));
+int uu_lock_txfr __P((const char *_ttyname, pid_t _pid));
int _secure_path __P((const char *_path, uid_t _uid, gid_t _gid));
__END_DECLS