* gpgme.h (gpgme_op_keylist_ext_start): Add prototype.

This commit is contained in:
Werner Koch 2002-03-07 19:49:40 +00:00
parent abd3200211
commit a86b6932a9
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-03-07 Werner Koch <wk@gnupg.org>
* gpgme.h (gpgme_op_keylist_ext_start): Add prototype.
2002-03-06 Marcus Brinkmann <marcus@g10code.de> 2002-03-06 Marcus Brinkmann <marcus@g10code.de>
* encrypt.c (_gpgme_encrypt_sym_status_handler): New function. * encrypt.c (_gpgme_encrypt_sym_status_handler): New function.

View File

@ -502,6 +502,8 @@ GpgmeError gpgme_op_delete (GpgmeCtx ctx, const GpgmeKey key,
returned. */ returned. */
GpgmeError gpgme_op_keylist_start (GpgmeCtx ctx, GpgmeError gpgme_op_keylist_start (GpgmeCtx ctx,
const char *pattern, int secret_only); const char *pattern, int secret_only);
GpgmeError gpgme_op_keylist_ext_start (GpgmeCtx ctx, const char *pattern[],
int secret_only, int reserved);
/* Return the next key from the keylist in R_KEY. */ /* Return the next key from the keylist in R_KEY. */
GpgmeError gpgme_op_keylist_next (GpgmeCtx ctx, GpgmeKey *r_key); GpgmeError gpgme_op_keylist_next (GpgmeCtx ctx, GpgmeKey *r_key);