diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-10-09 07:32:38 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-10-09 07:32:38 +0000 |
| commit | 50dfa596d3f83c7de5fde6b5e54b8a8b9484dcb6 (patch) | |
| tree | af136611cd337cd4b4e23e4a821805951c70fb7a /lib/libutil/libutil.h | |
| parent | 72671863e829f80910a58bf59bd9b013096cb2a0 (diff) | |
Notes
Diffstat (limited to 'lib/libutil/libutil.h')
| -rw-r--r-- | lib/libutil/libutil.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/libutil.h b/lib/libutil/libutil.h index 7b8f3b3caf11..2aa2ad030a61 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.18 1998/10/08 23:10:41 jkh Exp $ + * $Id: libutil.h,v 1.19 1998/10/09 07:28:14 jkh Exp $ */ #ifndef _LIBUTIL_H_ @@ -54,7 +54,7 @@ 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)); -properties properties_read __P((FILE *fp)); +properties properties_read __P((int fd)); void properties_free __P((properties list)); char *property_find __P((properties list, const char *name)); char *auth_getval __P((const char *name)); |
