Revert previous overzealous change, committed in error.

This commit is contained in:
agc 2001-03-30 16:12:44 +00:00
parent c5496871db
commit 6b3108e0aa
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: policy_parse.y,v 1.5 2001/03/30 15:17:47 agc Exp $ */
/* $NetBSD: policy_parse.y,v 1.6 2001/03/30 16:12:44 agc Exp $ */
/* $KAME: policy_parse.y,v 1.10 2000/05/07 05:25:03 itojun Exp $ */
/*
@ -85,7 +85,6 @@ static void policy_parse_request_init __P((void));
static caddr_t policy_parse __P((char *msg, int msglen));
extern void __policy__strbuffer__init__ __P((char *msg));
extern int yyparse __P((void));
extern int yylex __P((void));
extern char *__libyytext; /*XXX*/