aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rcfile_y.y4
1 files changed, 1 insertions, 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;