fix doxy and EAPI for ssl function

SVN revision: 52532
This commit is contained in:
Mike Blumenkrantz 2010-09-21 05:34:10 +00:00
parent 0929a7a9ce
commit 3b55af0102
1 changed files with 3 additions and 2 deletions

View File

@ -158,10 +158,11 @@ ecore_con_ssl_shutdown(void)
/**
* Returns if SSL support is available
* @return 1 if SSL is available, 0 if it is not.
* @return 1 if SSL is available and provided by gnutls, 2 if provided by openssl,
* 0 if it is not available.
* @ingroup Ecore_Con_Client_Group
*/
int
EAPI int
ecore_con_ssl_available_get(void)
{
return _ECORE_CON_SSL_AVAILABLE;