diff options
Diffstat (limited to 'common/dotlock.h')
-rw-r--r-- | common/dotlock.h | 6 |
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; |