alias_matches() is no more

This commit is contained in:
Todd C. Miller
2004-11-17 19:25:54 +00:00
parent 0e71bf81ac
commit cf02ff7f52

View File

@@ -154,7 +154,6 @@ struct defaults {
* Prototypes * Prototypes
*/ */
int addr_matches __P((char *)); int addr_matches __P((char *));
int alias_matches __P((char *, int, VOID *, VOID *));
int alias_remove __P((char *, int)); int alias_remove __P((char *, int));
int cmnd_matches __P((char *, char *, struct member *)); int cmnd_matches __P((char *, char *, struct member *));
int command_matches __P((char *, char *)); int command_matches __P((char *, char *));