diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-07-03 13:36:27 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-07-03 13:36:27 +0000 |
commit | b9725878c38cc4ae8c3af81d55dab77a6b83a02b (patch) | |
tree | de2f3ea69edf356df99de3a517ff3920050efbe9 /pop2.c | |
parent | bf74b59de541cb0e7085530f296407cf9d9c9ef3 (diff) | |
download | fetchmail-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |