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

Diff for /src/usr.bin/sudo/Attic/parse.h between version 1.1 and 1.2

version 1.1, 1999/11/18 16:29:01 version 1.2, 2000/01/24 04:22:53
Line 1 
Line 1 
 /*  /*
  * Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>   * Copyright (c) 1996, 1998-2000 Todd C. Miller <Todd.Miller@courtesan.com>
  * All rights reserved.   * All rights reserved.
  *   *
  * Redistribution and use in source and binary forms, with or without   * Redistribution and use in source and binary forms, with or without
Line 31 
Line 31 
  * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF   * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *   *
  * $Sudo: parse.h,v 1.5 1999/09/08 08:06:15 millert Exp $   * $Sudo: parse.h,v 1.7 2000/01/17 23:46:25 millert Exp $
  */   */
   
 #ifndef _SUDO_PARSE_H  #ifndef _SUDO_PARSE_H
Line 109 
Line 109 
  */   */
 int addr_matches        __P((char *));  int addr_matches        __P((char *));
 int command_matches     __P((char *, char *, char *, char *));  int command_matches     __P((char *, char *, char *, char *));
 int netgr_matches       __P((char *, char *, char *));  int netgr_matches       __P((char *, char *, char *, char *));
 int usergr_matches      __P((char *, char *));  int usergr_matches      __P((char *, char *));
   
 #endif /* _SUDO_PARSE_H */  #endif /* _SUDO_PARSE_H */

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