diff options
Diffstat (limited to 'gpgme/gpgme.h')
-rw-r--r-- | gpgme/gpgme.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gpgme/gpgme.h b/gpgme/gpgme.h index 88a84348..32a925fc 100644 --- a/gpgme/gpgme.h +++ b/gpgme/gpgme.h @@ -95,6 +95,8 @@ GpgmeError gpgme_start_verify ( GpgmeCtx c, GpgmeData sig, GpgmeData text ); /* Key management functions */ +GpgmeError gpgme_keylist_start ( GpgmeCtx c, + const char *pattern, int secret_only ); |