[BACK]Return to chpass.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / chpass

Diff for /src/usr.bin/chpass/chpass.h between version 1.8 and 1.9

version 1.8, 2003/06/03 02:56:06 version 1.9, 2003/06/25 22:41:35
Line 36 
Line 36 
   
 typedef struct _entry {  typedef struct _entry {
         char *prompt;          char *prompt;
         int (*func)(), restricted, len;          int (*func)(char *, struct passwd *, struct _entry *);
           int restricted, len;
         char *except, *save;          char *except, *save;
 } ENTRY;  } ENTRY;
   

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