aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tls-certificate.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2010-08-13 22:14:09 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2010-08-13 22:22:25 +0800
commitdd57dd21018ac62e2cc89f5aa5e24d682d4c9886 (patch)
tree8550f81452eebbfd36fb6b2f8f44fe76d46e2f45 /libempathy/empathy-tls-certificate.h
parentc61bb1765e65369933a571b6dccb07ec338cb515 (diff)
downloadgsoc2013-empathy-dd57dd21018ac62e2cc89f5aa5e24d682d4c9886.tar
gsoc2013-empathy-dd57dd21018ac62e2cc89f5aa5e24d682d4c9886.tar.gz
gsoc2013-empathy-dd57dd21018ac62e2cc89f5aa5e24d682d4c9886.tar.bz2
gsoc2013-empathy-dd57dd21018ac62e2cc89f5aa5e24d682d4c9886.tar.lz
gsoc2013-empathy-dd57dd21018ac62e2cc89f5aa5e24d682d4c9886.tar.xz
gsoc2013-empathy-dd57dd21018ac62e2cc89f5aa5e24d682d4c9886.tar.zst
gsoc2013-empathy-dd57dd21018ac62e2cc89f5aa5e24d682d4c9886.zip
Add a method to store the CA certificate
Diffstat (limited to 'libempathy/empathy-tls-certificate.h')
-rw-r--r--libempathy/empathy-tls-certificate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-tls-certificate.h b/libempathy/empathy-tls-certificate.h
index c79c26abd..4bf5c188a 100644
--- a/libempathy/empathy-tls-certificate.h
+++ b/libempathy/empathy-tls-certificate.h
@@ -71,6 +71,8 @@ void empathy_tls_certificate_reject (EmpathyTLSCertificate *self,
EmpTLSCertificateRejectReason reason,
gboolean user_requested);
+void empathy_tls_certificate_store_ca (EmpathyTLSCertificate *self);
+
G_END_DECLS
#endif /* #ifndef __EMPATHY_TLS_CERTIFICATE_H__*/