From 749f630a9fbcca17126b8abc6278c83661ce324a Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Fri, 9 Oct 1998 07:32:38 +0000 Subject: o move path in libutil.h to paths.h o make property_read() take a fd instead to avoid stdio.h mess o update auth to new interface. --- libutil/libutil.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libutil') diff --git a/libutil/libutil.h b/libutil/libutil.h index 7b8f3b3..2aa2ad0 100644 --- a/libutil/libutil.h +++ b/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)); -- cgit v1.2.3-56-ge451