diff libpurple/protocols/oscar/oscar.h @ 28509:17617d892bc4

oscar: Properly support TLS when using clientLogin.
author Paul Aurich <paul@darkrain42.org>
date Fri, 06 Nov 2009 03:58:26 +0000
parents 4575d8daba12
children f1437342cc0e
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oscar.h	Fri Nov 06 01:17:25 2009 +0000
+++ b/libpurple/protocols/oscar/oscar.h	Fri Nov 06 03:58:26 2009 +0000
@@ -623,7 +623,7 @@
 	} chat;
 };
 
-int oscar_connect_to_bos(PurpleConnection *gc, OscarData *od, const char *host, guint16 port, guint8 *cookie, guint16 cookielen);
+int oscar_connect_to_bos(PurpleConnection *gc, OscarData *od, const char *host, guint16 port, guint8 *cookie, guint16 cookielen, const char *tls_certname);
 
 /* family_auth.c */