* gpgme.h (gpgme_op_keylist_ext_start): Add prototype.
authorWerner Koch <wk@gnupg.org>
Thu, 7 Mar 2002 19:49:40 +0000 (19:49 +0000)
committerWerner Koch <wk@gnupg.org>
Thu, 7 Mar 2002 19:49:40 +0000 (19:49 +0000)
gpgme/ChangeLog
gpgme/gpgme.h

index f52721538a6f533a66b9bd06d3aca98f93ca5684..53fa09906c44c3faab0638984583e7b5aeef4f91 100644 (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>
 
        * encrypt.c (_gpgme_encrypt_sym_status_handler): New function.
index b50e25f45860f3904cec27bdfb1749616d5baaae..12db1aee5463d41880c5501afd9dca43257dc987 100644 (file)
@@ -502,6 +502,8 @@ GpgmeError gpgme_op_delete (GpgmeCtx ctx, const GpgmeKey key,
    returned.  */
 GpgmeError gpgme_op_keylist_start (GpgmeCtx ctx,
                                   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.  */
 GpgmeError gpgme_op_keylist_next (GpgmeCtx ctx, GpgmeKey *r_key);