diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-11 16:38:24 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-11 16:38:24 +0000 |
commit | b397654336ee968830064075c626c90394c0d532 (patch) | |
tree | 3537f60f0ad292e4cd78ef7474cac2798516d330 | |
parent | a4b062b9c29d38c7a4122665fb2e5155af33f739 (diff) | |
download | fetchmail-b397654336ee968830064075c626c90394c0d532.tar.gz fetchmail-b397654336ee968830064075c626c90394c0d532.tar.bz2 fetchmail-b397654336ee968830064075c626c90394c0d532.zip |
Cosmetic change.
svn path=/trunk/; revision=312
-rw-r--r-- | rcfile_y.y | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |