[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.5 and 1.6

version 1.5, 2001/06/30 15:41:51 version 1.6, 2001/07/15 21:32:25
Line 79 
Line 79 
   
 #define AUTH_ALLOW      (AUTH_OKAY | AUTH_ROOTOKAY | AUTH_SECURE)  #define AUTH_ALLOW      (AUTH_OKAY | AUTH_ROOTOKAY | AUTH_SECURE)
   
 typedef struct {  typedef struct login_cap {
         char    *lc_class;          char    *lc_class;
         char    *lc_cap;          char    *lc_cap;
         char    *lc_style;          char    *lc_style;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6