Ejemplo n.º 1
0
void
zcertstore_print (zcertstore_t *self)
{
    zcertstore_fprint (self, stdout);
}
Ejemplo n.º 2
0
///
//  Print list of certificates in store to open stream. This method is
//  deprecated, and you should use the print method.                  
void QmlZcertstore::fprint (FILE *file) {
    zcertstore_fprint (self, file);
};