aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-07-03 14:05:53 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-07-03 14:05:53 +0000
commit53e706a1de359a8286d753dfe15114253195134c (patch)
tree1b575bc409d311661e27a9352c6477f69f252c4a /fetchmail.c
parent11332932de52971283f80075e1fe26677eaecbd0 (diff)
downloadfetchmail-53e706a1de359a8286d753dfe15114253195134c.tar.gz
fetchmail-53e706a1de359a8286d753dfe15114253195134c.tar.bz2
fetchmail-53e706a1de359a8286d753dfe15114253195134c.zip
More name changes.
svn path=/trunk/; revision=36
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fetchmail.c b/fetchmail.c
index 705c4643..68b6600a 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -131,7 +131,7 @@ char **argv;
printf("Taking options from command line and %s\n", poprcfile);
for (hostp = hostlist; hostp; hostp = hostp->next) {
printf("Options for host %s:\n", hostp->servername);
- dump_options(hostp);
+ dump_params(hostp);
}
if (hostlist == NULL)
(void) printf("No mailservers set up -- perhaps %s is missing?\n",
@@ -261,7 +261,7 @@ int showversioninfo()
}
/*********************************************************************
- function: dump_options
+ function: dump_params
description: display program options in English
arguments:
queryctl merged options
@@ -271,7 +271,7 @@ int showversioninfo()
globals: linelimit, outlimit.
*********************************************************************/
-int dump_options (queryctl)
+int dump_params (queryctl)
struct hostrec *queryctl;
{
printf(" Username = '%s'\n", queryctl->remotename);