diff options
Diffstat (limited to 'gpgmeplug/cryptplug.h')
-rw-r--r-- | gpgmeplug/cryptplug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gpgmeplug/cryptplug.h b/gpgmeplug/cryptplug.h index b978fb70..6d901d94 100644 --- a/gpgmeplug/cryptplug.h +++ b/gpgmeplug/cryptplug.h @@ -1832,7 +1832,7 @@ struct CertificateInfo { dont free() it, the struct will be reused by the next call to nextCertificate() } - endListCertificates( it ); + int truncated = endListCertificates( it ); \endverbatim */ struct CertIterator* @@ -1841,7 +1841,7 @@ startListCertificates( const char* pattern, int remote ); int nextCertificate( struct CertIterator*, struct CertificateInfo** result ); -void +int endListCertificates( struct CertIterator* ); /*! |