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 16a4f25b..9fb2a36a 100644
--- a/rcfile_y.y
+++ b/rcfile_y.y
@@ -292,10 +292,8 @@ const char *pathname; /* pathname for the configuration file */
return(0);
}
-int prc_parse_file (pathname, securecheck)
+int prc_parse_file (const char *pathname, const flag securecheck)
/* digest the configuration into a linked list of host records */
-const char *pathname; /* pathname for the configuration file */
-const flag securecheck; /* check for a secure rc file? */
{
prc_errflag = 0;
querylist = hosttail = (struct query *)NULL;