aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 6c9a4919..e5d576a0 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -414,6 +414,11 @@ int gen_recv();
int gen_transact ();
#endif
+/* lock.c: concurrency locking */
+void lock_setup(void), lock_assert(void);
+void lock_or_die(void), lock_release(void);
+int lock_state(void);
+
/* use these to track what was happening when the nonresponse timer fired */
#define GENERAL_WAIT 0 /* unknown wait type */
#define OPEN_WAIT 1 /* waiting from mailserver open */