From c5f404bd28d49cc3f5f2545b01387c3de0cb41a9 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 16 Sep 1997 15:20:12 +0000 Subject: Avoid a warning message. svn path=/trunk/; revision=1346 --- rcfile_y.y | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'rcfile_y.y') 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; -- cgit v1.2.3