aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tls-certificate.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-tls-certificate.h')
-rw-r--r--libempathy/empathy-tls-certificate.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libempathy/empathy-tls-certificate.h b/libempathy/empathy-tls-certificate.h
index de856be1e..473134044 100644
--- a/libempathy/empathy-tls-certificate.h
+++ b/libempathy/empathy-tls-certificate.h
@@ -24,6 +24,8 @@
#include <glib-object.h>
#include <gio/gio.h>
+#include <extensions/extensions.h>
+
G_BEGIN_DECLS
typedef struct _EmpathyTLSCertificate EmpathyTLSCertificate;
@@ -64,6 +66,10 @@ void empathy_tls_certificate_new_async (const gchar *bus_name,
EmpathyTLSCertificate * empathy_tls_certificate_new_finish (GAsyncResult * res,
GError **error);
+void empathy_tls_certificate_accept (EmpathyTLSCertificate *self);
+void empathy_tls_certificate_reject (EmpathyTLSCertificate *self,
+ EmpTLSCertificateRejectReason reason);
+
G_END_DECLS
#endif /* #ifndef __EMPATHY_TLS_CERTIFICATE_H__*/