Fix formatting.

This commit is contained in:
Marcus Brinkmann 2001-10-29 00:08:43 +00:00
parent c3e7053489
commit deaea7bdec

View File

@ -1,9 +1,9 @@
2001-10-29 Marcus Brinkmann <marcus@g10code.de> 2001-10-29 Marcus Brinkmann <marcus@g10code.de>
* context.h: New member signers_len. * signers.c * context.h: New member signers_len.
(gpgme_signers_clear): Require that signers are non-NULL with * signers.c (gpgme_signers_clear): Require that signers are
assertion. Use signers_len to determine how much keys to release. non-NULL with assertion. Use signers_len to determine how much
Add documentation. keys to release. Add documentation.
(gpgme_signers_add): Use signers_len to determine if the buffer is (gpgme_signers_add): Use signers_len to determine if the buffer is
large enough. Use xtryrealloc rather than xtrymalloc and copying. large enough. Use xtryrealloc rather than xtrymalloc and copying.
Add documentation. Add documentation.