summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/util.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h
index fdea00350..892d508cc 100644
--- a/include/util.h
+++ b/include/util.h
@@ -126,6 +126,13 @@ const char *default_strusage( int level );
const char *strusage( int level );
+/*-- dotlock.c --*/
+const char *make_dotlock( const char *file_to_lock, long timeout );
+int release_dotlock( const char *lockfile );
+
+
+
+
/*-- fileutil.c --*/
char * make_basename(const char *filepath);
char * make_dirname(const char *filepath);