diff options
author | Steffen Hansen <[email protected]> | 2002-06-10 18:37:11 +0000 |
---|---|---|
committer | Steffen Hansen <[email protected]> | 2002-06-10 18:37:11 +0000 |
commit | 8ac95a977290ea119de1b57c7361f722aaf78bd2 (patch) | |
tree | 59555e2e0e962789ff31fc44c3640f0b824e6a07 /gpgmeplug/cryptplug.h | |
parent | reorder issuer DN also (diff) | |
download | gpgme-8ac95a977290ea119de1b57c7361f722aaf78bd2.tar.gz gpgme-8ac95a977290ea119de1b57c7361f722aaf78bd2.zip |
support for listing of external certs (untested)
Diffstat (limited to 'gpgmeplug/cryptplug.h')
-rw-r--r-- | gpgmeplug/cryptplug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgmeplug/cryptplug.h b/gpgmeplug/cryptplug.h index aa0b9129..a494cc70 100644 --- a/gpgmeplug/cryptplug.h +++ b/gpgmeplug/cryptplug.h @@ -1750,7 +1750,7 @@ struct CertificateInfo { endListCertificates( it ); \endverbatim */ -struct CertIterator* startListCertificates( const char* pattern ); +struct CertIterator* startListCertificates( const char* pattern, int remote ); struct CertificateInfo* nextCertificate( struct CertIterator* ); void endListCertificates( struct CertIterator* ); |