aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-07-23 20:13:18 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-07-23 20:13:18 +0000
commit11d1f24479bca637fd5a21bebe06d96a788f48b7 (patch)
tree99b5a78d2393be2c32c056ec8a3f80b6fda8a3d9 /fetchmail.h
parent400b43162ccffd4a6b444a8efe7b189d8abd4cea (diff)
downloadfetchmail-11d1f24479bca637fd5a21bebe06d96a788f48b7.tar.gz
fetchmail-11d1f24479bca637fd5a21bebe06d96a788f48b7.tar.bz2
fetchmail-11d1f24479bca637fd5a21bebe06d96a788f48b7.zip
Rename lock_release to fm_lock_release, to avoid namespace collision on
Darwin. NetBSD PR#28543 (pkg/28543). svn path=/trunk/; revision=4176
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 1428f8fb..74121bd5 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -490,8 +490,10 @@ int gen_transact();
extern struct msgblk msgblk;
/* lock.c: concurrency locking */
-void lock_setup(void), lock_assert(void);
-void lock_or_die(void), lock_release(void);
+void lock_setup(void);
+void lock_assert(void);
+void lock_or_die(void);
+void fm_lock_release(void);
int lock_state(void);
void lock_dispose(void);