aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-06-12 19:28:10 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-06-12 19:28:10 +0000
commit5ddcf8f54e02b5f9f27430bf6f12a2a800e57cf8 (patch)
tree3ba88c3bb622883be417a419cb9cac93702b584a /fetchmail.h
parent5910df76d6ff95b9f2f2f0fce393746b7ac02a06 (diff)
downloadfetchmail-5ddcf8f54e02b5f9f27430bf6f12a2a800e57cf8.tar.gz
fetchmail-5ddcf8f54e02b5f9f27430bf6f12a2a800e57cf8.tar.bz2
fetchmail-5ddcf8f54e02b5f9f27430bf6f12a2a800e57cf8.zip
Whitespace cleanup.
svn path=/trunk/; revision=3346
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 6886e918..fe3eb320 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -298,8 +298,8 @@ struct query
const char *destaddr; /* destination host for this query */
int errcount; /* count transient errors in last pass */
int authfailcount; /* count of authorization failures */
- int wehaveauthed; /* We have managed to logon at least once! */
- int wehavesentauthnote; /* We have sent an authorization failure note */
+ int wehaveauthed; /* We've managed to logon at least once! */
+ int wehavesentauthnote; /* We've sent an authorization failure note */
int wedged; /* wedged by auth failures or timeouts? */
char *smtphost; /* actual SMTP host we connected to */
int smtp_socket; /* socket descriptor for SMTP connection */