aboutsummaryrefslogtreecommitdiffstats
path: root/jnlib/dotlock.h
diff options
context:
space:
mode:
Diffstat (limited to 'jnlib/dotlock.h')
-rw-r--r--jnlib/dotlock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/jnlib/dotlock.h b/jnlib/dotlock.h
index d54219e23..74ac876fa 100644
--- a/jnlib/dotlock.h
+++ b/jnlib/dotlock.h
@@ -24,6 +24,7 @@
struct dotlock_handle;
typedef struct dotlock_handle *DOTLOCK;
+void disable_dotlock(void);
DOTLOCK create_dotlock( const char *file_to_lock );
int make_dotlock( DOTLOCK h, long timeout );
int release_dotlock( DOTLOCK h );