[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.2.4.2 and 1.3

version 1.2.4.2, 2001/03/21 18:52:46 version 1.3, 2001/06/26 06:32:52
Line 33 
Line 33 
  * Initialize group access list for user with primary (base) and   * Initialize group access list for user with primary (base) and
  * supplementary groups.  Return the number of groups in the list.   * supplementary groups.  Return the number of groups in the list.
  */   */
 int ga_init(const char *user, gid_t base);  int ga_init(const char *, gid_t);
   
 /*  /*
  * Return 1 if one of user's groups is contained in groups.   * Return 1 if one of user's groups is contained in groups.
  * Return 0 otherwise.  Use match_pattern() for string comparison.   * Return 0 otherwise.  Use match_pattern() for string comparison.
  */   */
 int ga_match(char * const *groups, int ngroups);  int ga_match(char * const *, int);
   
 /*  /*
  * Free memory allocated for group access list.   * Free memory allocated for group access list.

Legend:
Removed from v.1.2.4.2  
changed lines
  Added in v.1.3