From 8a033fecfb4c73b8f7d1119272c10e64d9176bcb Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 27 Sep 2011 17:18:56 +0200 Subject: 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. --- common/dotlock.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'common/dotlock.h') 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; -- cgit v1.2.3