gecko/security/nss/lib/smime/smimesym.c

9 lines
159 B
C
Raw Normal View History

2008-06-06 05:40:11 -07:00
extern void SEC_PKCS7DecodeItem();
extern void SEC_PKCS7DestroyContentInfo();
smime_CMDExports() {
SEC_PKCS7DecodeItem();
SEC_PKCS7DestroyContentInfo();
}