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

Diff for /src/include/bsd_auth.h between version 1.10 and 1.11

version 1.10, 2014/04/21 11:27:34 version 1.11, 2017/03/09 10:13:03
Line 85 
Line 85 
   
 int      auth_setdata(auth_session_t *, void *, size_t);  int      auth_setdata(auth_session_t *, void *, size_t);
 int      auth_setoption(auth_session_t *, char *, char *);  int      auth_setoption(auth_session_t *, char *, char *);
 int      auth_setpwd(auth_session_t *, struct passwd *pwd);  int      auth_setpwd(auth_session_t *, struct passwd *);
 void     auth_set_va_list(auth_session_t *, __va_list);  void     auth_set_va_list(auth_session_t *, __va_list);
   
 struct passwd *auth_getpwd(auth_session_t *);  struct passwd *auth_getpwd(auth_session_t *);

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11