[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.9 and 1.10

version 1.9, 2006/01/06 18:53:04 version 1.10, 2014/04/21 11:27:34
Line 61 
Line 61 
   
 auth_session_t *auth_open(void);  auth_session_t *auth_open(void);
 auth_session_t *auth_verify(auth_session_t *, char *, char *, ...)  auth_session_t *auth_verify(auth_session_t *, char *, char *, ...)
                     __attribute__((sentinel));                      __attribute__((__sentinel__));
   
 auth_session_t *auth_userchallenge(char *, char *, char *, char **);  auth_session_t *auth_userchallenge(char *, char *, char *, char **);
 auth_session_t *auth_usercheck(char *, char *, char *, char *);  auth_session_t *auth_usercheck(char *, char *, char *, char *);
Line 81 
Line 81 
   
 void     auth_setstate(auth_session_t *, int);  void     auth_setstate(auth_session_t *, int);
 int      auth_call(auth_session_t *, char *, ...)  int      auth_call(auth_session_t *, char *, ...)
             __attribute__((sentinel));              __attribute__((__sentinel__));
   
 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 *);

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