about summary refs log tree commit diff stats
path: root/src/xmpp/xmpp.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-05-06 02:18:31 +0100
committerJames Booth <boothj5@gmail.com>2016-05-06 02:18:31 +0100
commit81e95966cfd4313606d9b45ec1565f1e1a63a497 (patch)
treeb6635f7f8cafe6a22ea1d0cab24037be234f7d30 /src/xmpp/xmpp.h
parentc009144b3d08d263e8e7f4090474470bd40dce90 (diff)
downloadprofani-tty-81e95966cfd4313606d9b45ec1565f1e1a63a497.tar.gz
Remove redundant tls secured function
Diffstat (limited to 'src/xmpp/xmpp.h')
-rw-r--r--src/xmpp/xmpp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/xmpp.h b/src/xmpp/xmpp.h
index dbea4e40..ff75ab58 100644
--- a/src/xmpp/xmpp.h
+++ b/src/xmpp/xmpp.h
@@ -130,7 +130,7 @@ void connection_free_uuid(char *uuid);
 #ifdef HAVE_LIBMESODE
 TLSCertificate* connection_get_tls_peer_cert(void);
 #endif
-gboolean connection_conn_is_secured(void);
+gboolean connection_is_secured(void);
 gboolean connection_send_stanza(const char *const stanza);
 
 char* message_send_chat(const char *const barejid, const char *const msg, const char *const oob_url);