aboutsummaryrefslogtreecommitdiffstats
path: root/include/util.h
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2004-09-30 14:27:34 +0000
committerDavid Shaw <[email protected]>2004-09-30 14:27:34 +0000
commit07288476ac15c2d3fbf455935785f22d59373141 (patch)
tree7a5aefe5e0831d0091ef343ba6c09fd106c17404 /include/util.h
parent* iobuf.c (pop_filter): Make static. (diff)
downloadgnupg-07288476ac15c2d3fbf455935785f22d59373141.tar.gz
gnupg-07288476ac15c2d3fbf455935785f22d59373141.zip
* util.h: Prototype destroy_dotlock(). From Werner on stable branch.
Diffstat (limited to 'include/util.h')
-rw-r--r--include/util.h1
1 files changed, 1 insertions, 0 deletions
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);