diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-06-17 10:10:44 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-06-17 10:10:44 +0000 |
commit | 1e5d8b4f0d89c2f7dff323f6dacc2d5c47c7d54e (patch) | |
tree | c517a15cfd5a28177d76c0e205739b3787d45f09 /lib/libutil/util.h | |
parent | 8d2d28269b87f9e2c043ef2ca5e13bd898d24f1d (diff) |
Add support to handle password files in directories other than /etc
Diffstat (limited to 'lib/libutil/util.h')
-rw-r--r-- | lib/libutil/util.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libutil/util.h b/lib/libutil/util.h index 6c2f4a304a9..acadd530050 100644 --- a/lib/libutil/util.h +++ b/lib/libutil/util.h @@ -1,4 +1,4 @@ -/* $OpenBSD: util.h,v 1.5 1997/02/16 19:59:23 provos Exp $ */ +/* $OpenBSD: util.h,v 1.6 1997/06/17 10:10:43 niklas Exp $ */ /* $NetBSD: util.h,v 1.2 1996/05/16 07:00:22 thorpej Exp $ */ /*- @@ -57,6 +57,8 @@ int login_tty __P((int)); int logout __P((const char *)); void logwtmp __P((const char *, const char *, const char *)); int opendev __P((char *, int, int, char **)); +void pw_setdir __P((const char *)); +char *pw_file __P((const char *)); int pw_lock __P((int retries)); int pw_mkdb __P((void)); int pw_abort __P((void)); |