diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2013-06-19 11:36:13 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2013-06-19 11:36:13 +0000 |
| commit | 92ca6ea990f50c4c8bd3c485bcb54646a590f0ba (patch) | |
| tree | fd105835d2f614bac3c24fd429fa3bea8f98ef8c /pw/pw.h | |
| parent | 1d39c9328d1f55897e016da0574741cf289c9424 (diff) | |
| parent | 6e958ef1b49b6a86d2c9a1fd68f98f9e84842aaa (diff) | |
| download | pw-darwin-92ca6ea990f50c4c8bd3c485bcb54646a590f0ba.tar.gz pw-darwin-92ca6ea990f50c4c8bd3c485bcb54646a590f0ba.zip | |
Merge fresh head.
Diffstat (limited to 'pw/pw.h')
| -rw-r--r-- | pw/pw.h | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -109,19 +109,10 @@ int pw_user(struct userconf * cnf, int mode, struct cargs * _args); int pw_group(struct userconf * cnf, int mode, struct cargs * _args); char *pw_checkname(u_char *name, int gecos); -int addpwent(struct passwd * pwd); -int delpwent(struct passwd * pwd); -int chgpwent(char const * login, struct passwd * pwd); -int fmtpwent(char *buf, struct passwd * pwd); - int addnispwent(const char *path, struct passwd *pwd); int delnispwent(const char *path, const char *login); int chgnispwent(const char *path, const char *login, struct passwd *pwd); -int addgrent(struct group * grp); -int delgrent(struct group * grp); -int chggrent(char const * login, struct group * grp); - int boolean_val(char const * str, int dflt); char const *boolean_str(int val); char *newstr(char const * p); |
