aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-08-18 03:05:41 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-08-18 03:05:41 +0000
commit0d42f5b7ddda363496f087e97a250947a953154c (patch)
treefc1a86bc53617bc7bfdcec47aba3c214de1edd17
parent6ab31b96c42170cdbff14d2c3180db5874771b7e (diff)
downloadfetchmail-0d42f5b7ddda363496f087e97a250947a953154c.tar.gz
fetchmail-0d42f5b7ddda363496f087e97a250947a953154c.tar.bz2
fetchmail-0d42f5b7ddda363496f087e97a250947a953154c.zip
Prototype correction.
svn path=/trunk/; revision=2043
-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;