aboutsummaryrefslogtreecommitdiffstats
path: root/pop2.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-07-03 13:36:27 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-07-03 13:36:27 +0000
commitb9725878c38cc4ae8c3af81d55dab77a6b83a02b (patch)
treede2f3ea69edf356df99de3a517ff3920050efbe9 /pop2.c
parentbf74b59de541cb0e7085530f296407cf9d9c9ef3 (diff)
downloadfetchmail-b9725878c38cc4ae8c3af81d55dab77a6b83a02b.tar.gz
fetchmail-b9725878c38cc4ae8c3af81d55dab77a6b83a02b.tar.bz2
fetchmail-b9725878c38cc4ae8c3af81d55dab77a6b83a02b.zip
optrec -> hostrec.
svn path=/trunk/; revision=34
Diffstat (limited to 'pop2.c')
-rw-r--r--pop2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pop2.c b/pop2.c
index dc9c2e7c..28056b13 100644
--- a/pop2.c
+++ b/pop2.c
@@ -64,7 +64,7 @@ int POP2_stateXFER (int msgsize, int socket, int mboxfd, int topipe);
*********************************************************************/
int doPOP2 (options)
-struct optrec *options;
+struct hostrec *options;
{
int mboxfd;
int socket;