From cf02ff7f5246da888d48e74902c57177d6f5ee0b Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 17 Nov 2004 19:25:54 +0000 Subject: [PATCH] alias_matches() is no more --- parse.h | 1 - 1 file changed, 1 deletion(-) 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 *)); -- 2.50.1