]> git.cameronkatri.com Git - pw-darwin.git/blobdiff - libutil/libutil.h
oops. Fix indentation of the 'for' loop I just added.
[pw-darwin.git] / libutil / libutil.h
index e4cb0ad919478af79a2ad258b79f202b55782270..2aa2ad030a6181c8c7641a054bdbb66dbe73a1ab 100644 (file)
@@ -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));