aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_y.y
diff options
context:
space:
mode:
Diffstat (limited to 'rcfile_y.y')
-rw-r--r--rcfile_y.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/rcfile_y.y b/rcfile_y.y
index baad9ac2..90a9f474 100644
--- a/rcfile_y.y
+++ b/rcfile_y.y
@@ -7,14 +7,14 @@
module: rcfile_y.y
project: fetchmail
programmer: Eric S. Raymond <esr@thyrsus.com>
- Extensively hacked and fixed by esr.
- description: configuration file parser
+ description: fetchmail configuration file parser
***********************************************************************/
#include <config.h>
#include <stdio.h>
#include "fetchmail.h"
+
extern char *rcfile;
extern int prc_lineno;
extern int prc_errflag;