diff options
author | ache <ache@FreeBSD.org> | 1998-06-05 08:21:33 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-06-05 08:21:33 +0000 |
commit | bebe324aff9ce6940fe6da131f4093eb87eae711 (patch) | |
tree | c32355c50f54a68701adfd777ba50b7b5f485cf1 | |
parent | 3d018c00ec057112f6955e9633709f47b0200656 (diff) | |
download | FreeBSD-src-bebe324aff9ce6940fe6da131f4093eb87eae711.zip FreeBSD-src-bebe324aff9ce6940fe6da131f4093eb87eae711.tar.gz |
Add missing uu_lock_txfr() prototype
-rw-r--r-- | lib/libutil/libutil.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libutil/libutil.h b/lib/libutil/libutil.h index 4cacbee..da128d9 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 |