diff options
author | Werner Koch <[email protected]> | 2006-06-27 10:37:31 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-06-27 10:37:31 +0000 |
commit | 8f03bae28a23027c383bab16d0bf9df78f56d2e6 (patch) | |
tree | df6c1a87a14454afa22941b465de8a5cdf3acf19 /TODO | |
parent | Fixed and clarified copyright notices (diff) | |
download | libassuan-8f03bae28a23027c383bab16d0bf9df78f56d2e6.tar.gz libassuan-8f03bae28a23027c383bab16d0bf9df78f56d2e6.zip |
Doc updates.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -3,3 +3,9 @@ * When turning libassuan into a shared library, provide a general version as well as a Pth-enabled one. * Need API documentation. +* assuan_transact returns immetitely on an error in the callback + function. It might be Better to return the error to the caller. As + an example see dirmngr-client, where we need to send empty reponses + for unknown inquiries, albeit dirmngr itself would handle the + returns for assuan_inquire gracefully. We need to chekc all + applications whether it is safe to change this. |