aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h
index fe3eb320..0c69349d 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -431,6 +431,7 @@ extern struct msgblk msgblk;
void lock_setup(void), lock_assert(void);
void lock_or_die(void), lock_release(void);
int lock_state(void);
+void lock_dispose(void);
/* use these to track what was happening when the nonresponse timer fired */
#define GENERAL_WAIT 0 /* unknown wait type */
@@ -551,6 +552,7 @@ int doPOP2 (struct query *);
int doPOP3 (struct query *);
int doIMAP (struct query *);
int doETRN (struct query *);
+int doODMR (struct query *);
/* authentication functions */
int do_cram_md5(int sock, char *command, struct query *ctl);