aboutsummaryrefslogtreecommitdiffstats
path: root/common/dotlock.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2011-09-27 15:18:56 +0000
committerWerner Koch <[email protected]>2011-09-27 15:18:56 +0000
commit8a033fecfb4c73b8f7d1119272c10e64d9176bcb (patch)
tree4270ec66cc8f531bf930c6b7d96fb156bce6c718 /common/dotlock.h
parentRemove check for gcry_kdf_derive (diff)
downloadgnupg-8a033fecfb4c73b8f7d1119272c10e64d9176bcb.tar.gz
gnupg-8a033fecfb4c73b8f7d1119272c10e64d9176bcb.zip
Improved the dotlock module.
- It is now more portable and may be used outside of GnuPG - vfat file systems are now supported. - The use of link(2) is more robust. - Wrote extensive documentation.
Diffstat (limited to 'common/dotlock.h')
-rw-r--r--common/dotlock.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/common/dotlock.h b/common/dotlock.h
index 276a6cd0f..5fb7891fa 100644
--- a/common/dotlock.h
+++ b/common/dotlock.h
@@ -1,5 +1,5 @@
-/* dotlock.h - dotfile locking
- * Copyright (C) 2000, 2001, 2006, 2011 Free Software Foundation, Inc.
+/* dotlock.h - dotfile locking declarations
+ * Copyright (C) 2000, 2001, 2006, 2011 Free Software Foundation, Inc.
*
* This file is part of JNLIB, which is a subsystem of GnuPG.
*
@@ -20,6 +20,8 @@
#ifndef LIBJNLIB_DOTLOCK_H
#define LIBJNLIB_DOTLOCK_H
+/* See dotlock.c for a description. */
+
struct dotlock_handle;
typedef struct dotlock_handle *dotlock_t;