summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-11-14 17:58:49 +0100
committerSimon Josefsson <simon@josefsson.org>2007-11-14 17:58:49 +0100
commite0da593e42bbddb198eded12baf2ca81d8ca3853 (patch)
tree4e1ed2dd1ab3a0f78ef2ade96a197e85f4f73a44
parent83ea8daf204a42f01408a137569c7392f453a0d9 (diff)
downloadgnutls-e0da593e42bbddb198eded12baf2ca81d8ca3853.tar.gz
Doc fix.
-rw-r--r--libextra/opencdk/keydb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libextra/opencdk/keydb.c b/libextra/opencdk/keydb.c
index acebd56fff..8b04d3f6ac 100644
--- a/libextra/opencdk/keydb.c
+++ b/libextra/opencdk/keydb.c
@@ -1901,10 +1901,10 @@ classify_data (const byte *buf, size_t len)
/**
* cdk_keydb_export:
- * hd: the keydb handle
+ * @hd: the keydb handle
* @out: the output stream
* @remusr: the list of key pattern to export
- *
+ *
* Export a list of keys to the given output stream.
* Use string list with names for pattering searching.
* This procedure strips local signatures.