]> Pileus Git - ~andy/fetchmail/commitdiff
Prototype correction.
authorEric S. Raymond <esr@thyrsus.com>
Tue, 18 Aug 1998 03:05:41 +0000 (03:05 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 18 Aug 1998 03:05:41 +0000 (03:05 -0000)
svn path=/trunk/; revision=2043

rcfile_y.y

index aa4e715fbcc9a2c78e2ecbccc76df5a3e3aedad5..9d6887798f1ccd2ebf556ec35effb1ddf73d1b10 100644 (file)
@@ -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;