aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2002-01-22 15:21:42 +0000
committerMarcus Brinkmann <[email protected]>2002-01-22 15:21:42 +0000
commit8270a38b054b228d939c6822ca79f8ba3d57b4e4 (patch)
tree98d7055030bcbef203051a6f878ff55d04b507d2 /TODO
parent2002-01-22 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-8270a38b054b228d939c6822ca79f8ba3d57b4e4.tar.gz
gpgme-8270a38b054b228d939c6822ca79f8ba3d57b4e4.zip
doc/
2002-01-22 Marcus Brinkmann <[email protected]> * gpgme.texi (Creating data buffers): Change gpgme_data_new_from_filepart's LENGTH type from off_t to size_t. gpgme/ 2002-01-22 Marcus Brinkmann <[email protected]> * data.c (gpgme_data_new_from_filepart): Change type of LENGTH from off_t to size_t. * gpgme.h: Likewise.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index ff949281..27055a9e 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,4 @@
* ABI's to break:
-** gpgme_data_new_from_filepart takes an off_t as count, but should
- take a size_t.
** GpgmePassphraseCb should have void **R_HD, not void *R_HD.
** trustlist has the same start/end problem as keylist had.
In fact, all the _start functions have this problem!