aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h
index eaf11fb0..9bf6d105 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -165,6 +165,9 @@ int doPOP2 (struct query *);
int doPOP3 (struct query *);
int doIMAP (struct query *);
+void reply_hack(char *, const char *);
+char *nxtaddr(const char *);
+
void initialize_saved_lists(struct query *, char *);
void save_uid(struct idlist **, int, char *);
void free_uid_list(struct idlist **);