aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 30b848e3..1ff759a2 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -132,10 +132,10 @@ struct query
/* internal use */
bool active; /* should we actually poll this server? */
int errcount; /* count transient errors in last pass */
- struct query *next; /* next query control block in chain */
int smtp_socket; /* socket descriptor for SMTP connection */
unsigned int uid; /* UID of user to deliver to */
char digest [DIGESTLEN]; /* md5 digest buffer */
+ struct query *next; /* next query control block in chain */
};
#define MULTIDROP(ctl) (ctl->wildcard || \
@@ -254,6 +254,7 @@ int interface_approve(struct hostdata *);
char *getpassword(char *);
void escapes(const char *, char *);
+char *visbuf(const char *);
char *showproto(int);
void yyerror(const char *);