[BACK]Return to pwd.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/pwd.h between version 1.22 and 1.23

version 1.22, 2014/05/12 19:13:51 version 1.23, 2014/05/16 21:28:15
Line 107 
Line 107 
 char            *user_from_uid(uid_t, int);  char            *user_from_uid(uid_t, int);
 char            *bcrypt_gensalt(u_int8_t);  char            *bcrypt_gensalt(u_int8_t);
 char            *bcrypt(const char *, const char *);  char            *bcrypt(const char *, const char *);
   int             bcrypt_newhash(const char *, int, char *, size_t);
   int             bcrypt_checkpass(const char *, const char *);
 struct passwd   *pw_dup(const struct passwd *);  struct passwd   *pw_dup(const struct passwd *);
 #endif  #endif
 __END_DECLS  __END_DECLS

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23