Browse Source

proto bcrypt_gensalt()

OPENBSD_2_6
deraadt 25 years ago
parent
commit
ed9e4a1a48
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/include/pwd.h

+ 2
- 1
src/include/pwd.h View File

@ -1,4 +1,4 @@
/* $OpenBSD: pwd.h,v 1.6 1998/07/15 00:50:40 millert Exp $ */
/* $OpenBSD: pwd.h,v 1.7 1999/09/01 20:47:58 deraadt Exp $ */
/* $NetBSD: pwd.h,v 1.9 1996/05/15 21:36:45 jtc Exp $ */
/*-
@ -98,6 +98,7 @@ struct passwd *getpwent __P((void));
#ifndef _XOPEN_SOURCE
int setpassent __P((int));
char *user_from_uid __P((uid_t, int));
char *bcrypt_gensalt __P((int));
#endif
void setpwent __P((void));
void endpwent __P((void));


Loading…
Cancel
Save