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

Diff for /src/include/login_cap.h between version 1.13 and 1.14

version 1.13, 2005/01/28 17:17:22 version 1.14, 2014/11/19 22:59:50
Line 104 
Line 104 
 int     setclasscontext(char *, unsigned int);  int     setclasscontext(char *, unsigned int);
 int     setusercontext(login_cap_t *, struct passwd *, uid_t, unsigned int);  int     setusercontext(login_cap_t *, struct passwd *, uid_t, unsigned int);
   
   int      crypt_newhash(const char *pass, login_cap_t *lc, char *hash, size_t hashlen);
   
 __END_DECLS  __END_DECLS
   
 #endif /* _LOGIN_CAP_H_ */  #endif /* _LOGIN_CAP_H_ */

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14