From 07288476ac15c2d3fbf455935785f22d59373141 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Thu, 30 Sep 2004 14:27:34 +0000 Subject: * util.h: Prototype destroy_dotlock(). From Werner on stable branch. --- include/ChangeLog | 5 +++++ include/util.h | 1 + 2 files changed, 6 insertions(+) diff --git a/include/ChangeLog b/include/ChangeLog index b23c075c0..771f05ee1 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2004-09-30 David Shaw + + * util.h: Prototype destroy_dotlock(). From Werner on stable + branch. + 2004-09-10 David Shaw * http.h: Add auth field for a parsed_uri to allow for basic auth. diff --git a/include/util.h b/include/util.h index c8100e83a..e8d79e8c2 100644 --- a/include/util.h +++ b/include/util.h @@ -148,6 +148,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 remove_lockfiles (void); -- cgit v1.2.3