summaryrefslogtreecommitdiffstats
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 9235687df..2cb39008a 100644
--- a/jnlib/dotlock.h
+++ b/jnlib/dotlock.h
@@ -26,6 +26,7 @@ typedef struct dotlock_handle *DOTLOCK;
void disable_dotlock (void);
DOTLOCK create_dotlock(const char *file_to_lock);
+void destroy_dotlock ( DOTLOCK h );
int make_dotlock (DOTLOCK h, long timeout);
int release_dotlock (DOTLOCK h);
void dotlock_remove_lockfiles (void);