aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-11 16:38:24 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-11 16:38:24 +0000
commitb397654336ee968830064075c626c90394c0d532 (patch)
tree3537f60f0ad292e4cd78ef7474cac2798516d330
parenta4b062b9c29d38c7a4122665fb2e5155af33f739 (diff)
downloadfetchmail-b397654336ee968830064075c626c90394c0d532.tar.gz
fetchmail-b397654336ee968830064075c626c90394c0d532.tar.bz2
fetchmail-b397654336ee968830064075c626c90394c0d532.zip
Cosmetic change.
svn path=/trunk/; revision=312
-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;