From 0d42f5b7ddda363496f087e97a250947a953154c Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 18 Aug 1998 03:05:41 +0000 Subject: Prototype correction. svn path=/trunk/; revision=2043 --- rcfile_y.y | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rcfile_y.y b/rcfile_y.y index aa4e715f..9d688779 100644 --- a/rcfile_y.y +++ b/rcfile_y.y @@ -337,10 +337,8 @@ void yyerror (const char *s) prc_errflag++; } -int prc_filecheck(pathname, securecheck) +int prc_filecheck(const char *pathname, const flag securecheck) /* check that a configuration file is secure */ -const char *pathname; /* pathname for the configuration file */ -const flag securecheck; { #ifndef __EMX__ struct stat statbuf; -- cgit v1.2.3