diff --git a/parse.h b/parse.h index 13d5efe2e..14ff691d1 100644 --- 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 *));