aboutsummaryrefslogtreecommitdiffstats
path: root/gpgme/gpgme.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpgme/gpgme.h')
-rw-r--r--gpgme/gpgme.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpgme/gpgme.h b/gpgme/gpgme.h
index b50e25f4..12db1aee 100644
--- a/gpgme/gpgme.h
+++ b/gpgme/gpgme.h
@@ -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);