Mercurial > pidgin
comparison libpurple/sslconn.c @ 17233:3bccbafea8c1
- Completed SslConnection fields docs
- Noted lack of code in purple_ssl_init
author | William Ehlhardt <williamehlhardt@gmail.com> |
---|---|
date | Thu, 24 May 2007 21:45:27 +0000 |
parents | 32c366eeeb99 |
children | 988102692e39 |
comparison
equal
deleted
inserted
replaced
17232:bf516a0c430e | 17233:3bccbafea8c1 |
---|---|
244 } | 244 } |
245 | 245 |
246 void | 246 void |
247 purple_ssl_init(void) | 247 purple_ssl_init(void) |
248 { | 248 { |
249 /* This doesn't do anything at the moment. All the actual init work | |
250 * is handled by purple_ssl_is_supported upon demand. */ | |
249 } | 251 } |
250 | 252 |
251 void | 253 void |
252 purple_ssl_uninit(void) | 254 purple_ssl_uninit(void) |
253 { | 255 { |