示例#1
0
文件: zcertstore.c 项目: Prarrot/czmq
void
zcertstore_print (zcertstore_t *self)
{
    zcertstore_fprint (self, stdout);
}
示例#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);
};