summaryrefslogtreecommitdiffstats
path: root/pop.h
diff options
context:
space:
mode:
Diffstat (limited to 'pop.h')
-rw-r--r--pop.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pop.h b/pop.h
index efa6d9e3..88671890 100644
--- a/pop.h
+++ b/pop.h
@@ -106,10 +106,11 @@ void pop_error (POP_DATA *, char *);
/* pop.c */
int pop_check_mailbox (CONTEXT *, int *);
-int pop_open_mailbox (CONTEXT *);
int pop_sync_mailbox (CONTEXT *, int *);
int pop_fetch_message (MESSAGE *, CONTEXT *, int);
int pop_close_mailbox (CONTEXT *);
void pop_fetch_mail (void);
+extern struct mx_ops mx_pop_ops;
+
#endif