aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/util.h b/include/util.h
index 4c475927c..9d2d1a75c 100644
--- a/include/util.h
+++ b/include/util.h
@@ -136,7 +136,7 @@ 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 remove_lockfiles (void);
/*-- fileutil.c --*/
char * make_basename(const char *filepath);