diff options
Diffstat (limited to 'gpgme/gpgme.h')
-rw-r--r-- | gpgme/gpgme.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gpgme/gpgme.h b/gpgme/gpgme.h index cc781cdc..798ebd79 100644 --- a/gpgme/gpgme.h +++ b/gpgme/gpgme.h @@ -317,11 +317,11 @@ const char *gpgme_get_sig_status (GpgmeCtx ctx, int idx, /* Retrieve certain attributes of a signature. IDX is the index number of the signature after a successful verify operation. WHAT is an attribute where GPGME_ATTR_EXPIRE is probably the most useful - one. RESERVED must be passed as 0. */ + one. WHATIDX is to be passed as 0 for most attributes . */ unsigned long gpgme_get_sig_ulong_attr (GpgmeCtx c, int idx, - GpgmeAttr what, int reserved); + GpgmeAttr what, int whatidx); const char *gpgme_get_sig_string_attr (GpgmeCtx c, int idx, - GpgmeAttr what, int reserved); + GpgmeAttr what, int whatidx); /* Get the key used to create signature IDX in CTX and return it in |