aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-06-06 00:56:03 +0000
committerMarcus Brinkmann <[email protected]>2003-06-06 00:56:03 +0000
commita8fe22ca6ba1ef72e603611b6b72b65a701e1575 (patch)
treeed8b196feee76d988200439cc83e5372d553dec4 /TODO
parentFix last change. (diff)
downloadgpgme-a8fe22ca6ba1ef72e603611b6b72b65a701e1575.tar.gz
gpgme-a8fe22ca6ba1ef72e603611b6b72b65a701e1575.zip
doc/
2003-06-06 Marcus Brinkmann <[email protected]> * gpgme.texi (Crypto Operations): Rename gpgme_invalid_user_id_t to gpgme_invalid_key_t. gpgme/ 2003-06-06 Marcus Brinkmann <[email protected]> * op-support.c (_gpgme_parse_inv_userid): Rename to _gpgme_parse_inv_recp and change to new datatype. * ops.h (_gpgme_parse_inv_key): Fix prototype. * gpgme.h (struct _gpgme_invalid_user_id): Rename to __gpgme_invalid_key. Rename field ID to KEY. (gpgme_invalid_user_id_t): Rename to gpgme_invalid_key_t. (struct _gpgme_op_encrypt_result): Here, too. (struct _gpgme_op_sign_result): Likewise. * encrypt.c (struct op_data): Likewise. (release_op_data): Likewise. * sign.c (struct op_data): Likewise. (release_op_data): Likewise.
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index ae737f02..ad887da5 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,6 @@
Hey Emacs, this is -*- outline -*- mode!
* Before release:
-** Change gpgme_invalid_user_id_t to gpgme_invalid_key_t.
** gpgme-config must include info about libgpg-error.
* ABI's to break: