diff options
author | Marcus Brinkmann <[email protected]> | 2002-01-22 15:21:42 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2002-01-22 15:21:42 +0000 |
commit | 8270a38b054b228d939c6822ca79f8ba3d57b4e4 (patch) | |
tree | 98d7055030bcbef203051a6f878ff55d04b507d2 /TODO | |
parent | 2002-01-22 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-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-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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! |