]> granicus.if.org Git - sudo/commitdiff
alias_matches() is no more
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 17 Nov 2004 19:25:54 +0000 (19:25 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 17 Nov 2004 19:25:54 +0000 (19:25 +0000)
parse.h

diff --git a/parse.h b/parse.h
index 13d5efe2e7985b21d6ca0aeaea5aa435a17b6faf..14ff691d199c5f421a77addef24957779eb9d62b 100644 (file)
--- a/parse.h
+++ b/parse.h
@@ -154,7 +154,6 @@ struct defaults {
  * Prototypes
  */
 int addr_matches       __P((char *));
-int alias_matches      __P((char *, int, VOID *, VOID *));
 int alias_remove       __P((char *, int));
 int cmnd_matches       __P((char *, char *, struct member *));
 int command_matches    __P((char *, char *));