From efb526bb258c3ffff0ff1949693fc00f21e43b7f Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 22 Jul 1996 19:50:42 +0000 Subject: [PATCH] fixed prototype --- parse.yacc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parse.yacc b/parse.yacc index 34123e65c..57f5b1e3e 100644 --- a/parse.yacc +++ b/parse.yacc @@ -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 *)); -- 2.40.0