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

Diff for /src/usr.bin/ssh/groupaccess.h between version 1.7 and 1.8

version 1.7, 2006/08/03 03:34:42 version 1.8, 2008/07/04 03:44:59
Line 29 
Line 29 
   
 int      ga_init(const char *, gid_t);  int      ga_init(const char *, gid_t);
 int      ga_match(char * const *, int);  int      ga_match(char * const *, int);
   int      ga_match_pattern_list(const char *);
 void     ga_free(void);  void     ga_free(void);
   
 #endif  #endif

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