Mercurial > pidgin
comparison libpurple/sslconn.h @ 25533:eb73cc0b2085
merge of '21e96c2781026be159ef9d16095e34151c421fbc'
and '8ac7bfcea95abcd7f1d1cc3ca92c3453c4704fb3'
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Wed, 25 Feb 2009 21:56:47 +0000 |
parents | 96af49d5758d |
children | 4b8c4870b13a |
comparison
equal
deleted
inserted
replaced
25511:9f1b9eff5ebc | 25533:eb73cc0b2085 |
---|---|
37 #include "certificate.h" | 37 #include "certificate.h" |
38 #include "proxy.h" | 38 #include "proxy.h" |
39 | 39 |
40 #define PURPLE_SSL_DEFAULT_PORT 443 | 40 #define PURPLE_SSL_DEFAULT_PORT 443 |
41 | 41 |
42 /** @copydoc _PurpleSslConnection */ | |
42 typedef struct _PurpleSslConnection PurpleSslConnection; | 43 typedef struct _PurpleSslConnection PurpleSslConnection; |
43 | 44 |
44 typedef void (*PurpleSslInputFunction)(gpointer, PurpleSslConnection *, | 45 typedef void (*PurpleSslInputFunction)(gpointer, PurpleSslConnection *, |
45 PurpleInputCondition); | 46 PurpleInputCondition); |
46 typedef void (*PurpleSslErrorFunction)(PurpleSslConnection *, PurpleSslErrorType, | 47 typedef void (*PurpleSslErrorFunction)(PurpleSslConnection *, PurpleSslErrorType, |