From 0be84e946adee8c7822aa2c1c5cb5dc903c4e059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 15 Dec 2007 03:48:01 +0000 Subject: [PATCH] Add page referance git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22323 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/lock.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/hx509/lock.c b/lib/hx509/lock.c index 462480481..93aa20ed7 100644 --- a/lib/hx509/lock.c +++ b/lib/hx509/lock.c @@ -34,6 +34,10 @@ #include "hx_locl.h" RCSID("$Id$"); +/** + * @page page_lock Locking and unlocking certificates and encrypted data. + */ + struct hx509_lock_data { struct _hx509_password password; hx509_certs certs;