diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-01-05 10:40:24 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-01-05 10:40:24 +0000 |
| commit | a9e4a4780ab8740f7ee180992a7399a8a42dbc1f (patch) | |
| tree | ed5c8cca1cefe991199cc9d49049e6b470f15afb /lib/libutil/libutil.h | |
| parent | 19c262fe87cdb0d4aaf3b4aaefaefda6f09e77e0 (diff) | |
Notes
Diffstat (limited to 'lib/libutil/libutil.h')
| -rw-r--r-- | lib/libutil/libutil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libutil/libutil.h b/lib/libutil/libutil.h index dea14cfffa7a..47896c167a06 100644 --- a/lib/libutil/libutil.h +++ b/lib/libutil/libutil.h @@ -144,6 +144,7 @@ int pw_equal(const struct passwd *_pw1, const struct passwd *_pw2); void pw_fini(void); int pw_init(const char *_dir, const char *_master); char *pw_make(const struct passwd *_pw); +char *pw_make_v7(const struct passwd *_pw); int pw_mkdb(const char *_user); int pw_lock(void); struct passwd *pw_scan(const char *_line, int _flags); |
