summaryrefslogtreecommitdiffstats
path: root/pw/pw.h
diff options
context:
space:
mode:
authorDavid Nugent <davidn@FreeBSD.org>1996-12-19 15:22:45 +0000
committerDavid Nugent <davidn@FreeBSD.org>1996-12-19 15:22:45 +0000
commitfb318265f4aee122f20f5750cea5238f9baddffc (patch)
treec8590d2025a0e577a5de528f8195deb38edd5a0f /pw/pw.h
parent70b52c92e25b591a71e7a773a064bc8709264454 (diff)
downloadpw-darwin-fb318265f4aee122f20f5750cea5238f9baddffc.tar.gz
pw-darwin-fb318265f4aee122f20f5750cea5238f9baddffc.zip
Allow 8-bit characters in the passwd gecos field, and adds a paragraph
to the mangpage explaining the consequences (to be updated at a later date after login class conf support is added).
Diffstat (limited to 'pw/pw.h')
-rw-r--r--pw/pw.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pw/pw.h b/pw/pw.h
index c98f795..57c9bce 100644
--- a/pw/pw.h
+++ b/pw/pw.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: pw.h,v 1.1.1.2 1996/12/09 23:55:23 joerg Exp $
+ * $Id: pw.h,v 1.1.1.3 1996/12/10 23:58:59 joerg Exp $
*/
#include <stdio.h>
@@ -101,6 +101,7 @@ void cmderr(int ec, char const * fmt,...);
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);