diff options
| author | Eric S. Raymond <esr@thyrsus.com> | 1998-08-18 03:05:41 +0000 |
|---|---|---|
| committer | Eric S. Raymond <esr@thyrsus.com> | 1998-08-18 03:05:41 +0000 |
| commit | 0d42f5b7ddda363496f087e97a250947a953154c (patch) | |
| tree | fc1a86bc53617bc7bfdcec47aba3c214de1edd17 | |
| parent | 6ab31b96c42170cdbff14d2c3180db5874771b7e (diff) | |
| download | fetchmail-0d42f5b7ddda363496f087e97a250947a953154c.tar.gz fetchmail-0d42f5b7ddda363496f087e97a250947a953154c.tar.bz2 fetchmail-0d42f5b7ddda363496f087e97a250947a953154c.zip | |
Prototype correction.
svn path=/trunk/; revision=2043
| -rw-r--r-- | rcfile_y.y | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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; |
