diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-09-24 03:40:01 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-09-24 03:40:01 +0000 |
commit | 50a942cfbffdb207a849b2580aeb22613166e7e0 (patch) | |
tree | fa0e42847076bb492ae3bc30eb72893b7b0f1f3b /fetchmail.h | |
parent | 3f972ba1ec94c2099f6d55d1427fcce3a543dc56 (diff) | |
download | fetchmail-50a942cfbffdb207a849b2580aeb22613166e7e0.tar.gz fetchmail-50a942cfbffdb207a849b2580aeb22613166e7e0.tar.bz2 fetchmail-50a942cfbffdb207a849b2580aeb22613166e7e0.zip |
The great name change.
svn path=/trunk/; revision=114
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fetchmail.h b/fetchmail.h index 17af19c5..b4391226 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -4,8 +4,8 @@ */ /*********************************************************************** - module: popclient.h - project: popclient + module: fetchmail.h + project: fetchmail programmer: Carl Harris, ceharris@mal.com description: global constant, type, and variable definitions. @@ -108,7 +108,7 @@ extern char *logfile; /* log file for daemon mode */ extern int quitmode; /* if --quit was set */ /* miscellaneous global controls */ -extern char *poprcfile; /* path name of rc file */ +extern char *rcfile; /* path name of rc file */ extern char *idfile; /* path name of id file */ extern int linelimit; /* limit # lines retrieved per site */ extern int versioninfo; /* emit only version info */ |