diff options
author | David Nugent <davidn@FreeBSD.org> | 1997-05-10 18:55:38 +0000 |
---|---|---|
committer | David Nugent <davidn@FreeBSD.org> | 1997-05-10 18:55:38 +0000 |
commit | 56c0434453eef215dd1bff2f1b5796f5f7c95dfa (patch) | |
tree | 0046b53ca51990e3d2f3639ca70ff855f3b8f7ea /lib/libutil/libutil.h | |
parent | fa2887ae7f76a2c9eddf410e20355f64442bfb9f (diff) |
Notes
Diffstat (limited to 'lib/libutil/libutil.h')
-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 35c1163ed7665..3db5263070511 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.5 1997/03/30 12:11:27 brian Exp $ + * $Id: libutil.h,v 1.6 1997/03/31 22:47:53 brian Exp $ */ #ifndef _LIBUTIL_H_ @@ -44,6 +44,7 @@ int forkpty __P((int *amaster, char *name, char *uu_lockerr __P((int uu_lockresult)); int uu_lock __P((char *ttyname)); int uu_unlock __P((char *ttyname)); +int _secure_path __P((const char *path, uid_t uid, gid_t gid)); __END_DECLS #define UU_LOCK_INUSE (1) |