Mercurial > pidgin.yaz
comparison libpurple/sslconn.h @ 25288:da46097b4722
propagate from branch 'local.struct.hiding' (head da9fb6ccb9b3d723d8abdfaae8859bae223cf225)
to branch 'local.next.minor' (head bd7ae6d940b09aa836bd22be2c6c5b22bfbf4312)
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Fri, 31 Oct 2008 08:21:45 +0000 |
parents | 8282911d5e17 |
children | 96af49d5758d 584063555949 |
comparison
equal
deleted
inserted
replaced
25287:de22f550bae2 | 25288:da46097b4722 |
---|---|
183 PurpleSslConnection *purple_ssl_connect(PurpleAccount *account, const char *host, | 183 PurpleSslConnection *purple_ssl_connect(PurpleAccount *account, const char *host, |
184 int port, PurpleSslInputFunction func, | 184 int port, PurpleSslInputFunction func, |
185 PurpleSslErrorFunction error_func, | 185 PurpleSslErrorFunction error_func, |
186 void *data); | 186 void *data); |
187 | 187 |
188 #ifndef PURPLE_DISABLE_DEPRECATED | 188 #if !(defined PURPLE_DISABLE_DEPRECATED) || (defined _PURPLE_SSLCONN_C_) |
189 /** | 189 /** |
190 * Makes a SSL connection using an already open file descriptor. | 190 * Makes a SSL connection using an already open file descriptor. |
191 * | 191 * |
192 * @deprecated Use purple_ssl_connect_with_host_fd() instead. | 192 * @deprecated Use purple_ssl_connect_with_host_fd() instead. |
193 * | 193 * |