summaryrefslogtreecommitdiff
path: root/wocky/wocky-tls-handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'wocky/wocky-tls-handler.h')
-rw-r--r--wocky/wocky-tls-handler.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/wocky/wocky-tls-handler.h b/wocky/wocky-tls-handler.h
index deef6d6..ee0c950 100644
--- a/wocky/wocky-tls-handler.h
+++ b/wocky/wocky-tls-handler.h
@@ -48,7 +48,6 @@ typedef struct _WockyTLSHandlerPrivate WockyTLSHandlerPrivate;
typedef void (*WockyTLSHandlerVerifyAsyncFunc) (WockyTLSHandler *self,
WockyTLSSession *tls_session,
- const gchar *peername,
GStrv extra_identities,
GAsyncReadyCallback callback,
gpointer user_data);
@@ -94,7 +93,6 @@ WockyTLSHandler * wocky_tls_handler_new (gboolean ignore_ssl_errors);
void wocky_tls_handler_verify_async (WockyTLSHandler *self,
WockyTLSSession *tls_session,
- const gchar *peername,
GStrv extra_identities,
GAsyncReadyCallback callback,
gpointer user_data);