diff options
author | 1997-06-17 10:10:41 +0000 | |
---|---|---|
committer | 1997-06-17 10:10:41 +0000 | |
commit | 42cbcc770a29ad6a21459481d8ccb180e8dab3ca (patch) | |
tree | 73a9beedd74505aadcdd27e914d95fdc4e67d804 /lib/libutil/util.h | |
parent | do some umask stuff too (diff) | |
download | wireguard-openbsd-42cbcc770a29ad6a21459481d8ccb180e8dab3ca.tar.xz wireguard-openbsd-42cbcc770a29ad6a21459481d8ccb180e8dab3ca.zip |
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)); |