X-Git-Url: https://git.cameronkatri.com/pw-darwin.git/blobdiff_plain/bf56c3d770aff2c18420632852ff3bca0297baea..a724b9c5c77b8dea79ffc5128c817ea99dc6b04f:/libutil/libutil.h diff --git a/libutil/libutil.h b/libutil/libutil.h index e4cb0ad..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.17 1998/10/07 17:32:49 jkh Exp $ + * $Id: libutil.h,v 1.19 1998/10/09 07:28:14 jkh Exp $ */ #ifndef _LIBUTIL_H_ @@ -33,9 +33,6 @@ typedef struct _property { char *value; } *properties; -/* for auth.c */ -#define _PATH_AUTHCONF "/etc/auth.conf" - /* Avoid pulling in all the include files for no need */ struct termios; struct winsize; @@ -57,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));