From 8270a38b054b228d939c6822ca79f8ba3d57b4e4 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Tue, 22 Jan 2002 15:21:42 +0000 Subject: doc/ 2002-01-22 Marcus Brinkmann * 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 * data.c (gpgme_data_new_from_filepart): Change type of LENGTH from off_t to size_t. * gpgme.h: Likewise. --- TODO | 2 -- 1 file changed, 2 deletions(-) (limited to 'TODO') 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! -- cgit v1.2.3