aboutsummaryrefslogtreecommitdiffstats
path: root/smime/lib/e-cert-db.h
diff options
context:
space:
mode:
authorDavid Woodhouse <David.Woodhouse@intel.com>2010-09-14 03:58:33 +0800
committerDavid Woodhouse <David.Woodhouse@intel.com>2010-09-14 04:02:57 +0800
commit75d1c75617ccd515ca1ebee44dd47204e76f36e1 (patch)
treeefec1ee2fbf37a403975d9fce838a9141313f4db /smime/lib/e-cert-db.h
parent515ad2e6901a913a500ef77a2f4a0cd70135dff0 (diff)
downloadgsoc2013-evolution-75d1c75617ccd515ca1ebee44dd47204e76f36e1.tar
gsoc2013-evolution-75d1c75617ccd515ca1ebee44dd47204e76f36e1.tar.gz
gsoc2013-evolution-75d1c75617ccd515ca1ebee44dd47204e76f36e1.tar.bz2
gsoc2013-evolution-75d1c75617ccd515ca1ebee44dd47204e76f36e1.tar.lz
gsoc2013-evolution-75d1c75617ccd515ca1ebee44dd47204e76f36e1.tar.xz
gsoc2013-evolution-75d1c75617ccd515ca1ebee44dd47204e76f36e1.tar.zst
gsoc2013-evolution-75d1c75617ccd515ca1ebee44dd47204e76f36e1.zip
Bug 626066 - log in to NSS database on demand for changing trust
Diffstat (limited to 'smime/lib/e-cert-db.h')
-rw-r--r--smime/lib/e-cert-db.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/smime/lib/e-cert-db.h b/smime/lib/e-cert-db.h
index 7d5f1855c2..6e1bc5a7c5 100644
--- a/smime/lib/e-cert-db.h
+++ b/smime/lib/e-cert-db.h
@@ -142,4 +142,7 @@ gboolean e_cert_db_export_pkcs12_file (ECertDB *cert_db,
gboolean e_cert_db_login_to_slot (ECertDB *cert_db,
PK11SlotInfo *slot);
+gboolean e_cert_db_change_cert_trust (CERTCertificate *cert,
+ CERTCertTrust *trust);
+
#endif /* _E_CERT_DB_H_ */