[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.1 and 1.2

version 1.1, 2000/08/20 18:37:20 version 1.2, 2000/11/19 20:12:10
Line 99 
Line 99 
 int     setclasscontext __P((char *, u_int));  int     setclasscontext __P((char *, u_int));
 int     setusercontext __P((login_cap_t *, struct passwd *, uid_t, u_int));  int     setusercontext __P((login_cap_t *, struct passwd *, uid_t, u_int));
   
 /*  
  * Routines for authentication  
  * Most of these will be deprecated in a future release  
  */  
 int     auth_approve __P((login_cap_t *, char *, char *));  
 int     auth_cat __P((char *));  
 int     auth_check __P((char *, char *, char *, char *, int *));  
 void    auth_checknologin __P((login_cap_t *));  
 void    auth_env __P((void));  
 char    *auth_mkvalue __P((char *));  
 int     auth_response __P((char *, char *, char *, char *, int *, char *, char *));  
 void    auth_rmfiles __P((void));  
 int     auth_scan __P((int));  
 int     auth_script __P((char *, ...));  
 int     auth_script_data __P((char *, int, char *, ...));  
 char    *auth_value __P((char *));  
 int     auth_setopt __P((char *, char *));  
 void    auth_clropts __P((void));  
 __END_DECLS  __END_DECLS

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2