summaryrefslogtreecommitdiffstats
path: root/jnlib/dotlock.h
diff options
context:
space:
mode:
Diffstat (limited to 'jnlib/dotlock.h')
-rw-r--r--jnlib/dotlock.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/jnlib/dotlock.h b/jnlib/dotlock.h
index 7d45c8286..9235687df 100644
--- a/jnlib/dotlock.h
+++ b/jnlib/dotlock.h
@@ -24,9 +24,13 @@
struct dotlock_handle;
typedef struct dotlock_handle *DOTLOCK;
-DOTLOCK create_dotlock( const char *file_to_lock );
-int make_dotlock( DOTLOCK h, long timeout );
-int release_dotlock( DOTLOCK h );
-
+void disable_dotlock (void);
+DOTLOCK create_dotlock(const char *file_to_lock);
+int make_dotlock (DOTLOCK h, long timeout);
+int release_dotlock (DOTLOCK h);
+void dotlock_remove_lockfiles (void);
#endif /*LIBJNLIB_DOTLOCK_H*/
+
+
+