aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/gpgme.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index c87e2491..49f46c95 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2004-09-29 Marcus Brinkmann <[email protected]>
+
+ * gpgme.texi (Key Management): Change type of keylist_mode in
+ gpgme_key_t to gpgme_keylist_mode_t.
+
2004-09-28 Marcus Brinkmann <[email protected]>
* gpgme.texi (Passphrase Callback): Fix last change.
diff --git a/doc/gpgme.texi b/doc/gpgme.texi
index f63df520..5617a330 100644
--- a/doc/gpgme.texi
+++ b/doc/gpgme.texi
@@ -2351,7 +2351,7 @@ The @code{gpgme_key_t} type is a pointer to a key object. It has the
following members:
@table @code
-@item unsigned int keylist_mode
+@item gpgme_keylist_mode_t keylist_mode
The keylist mode that was active when the key was retrieved.
@item unsigned int revoked : 1