]> granicus.if.org Git - sudo/commitdiff
fixed prototype
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 22 Jul 1996 19:50:42 +0000 (19:50 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 22 Jul 1996 19:50:42 +0000 (19:50 +0000)
parse.yacc

index 34123e65cd905de75b858c8795484670557adeea..57f5b1e3e562b475de1459b14e57eaeb90d1e550 100644 (file)
@@ -106,7 +106,7 @@ int top = 0;
 /*
  * Protoypes
  */
-extern int  command_matches    __P((char *, char **, char *, char *));
+extern int  command_matches    __P((char *, char *, char *, char *));
 extern int  addr_matches       __P((char *));
 extern int  netgr_matches      __P((char *, char *, char *));
 extern int  usergr_matches     __P((char *, char *));