fix doxy and EAPI for ssl function
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 21 Sep 2010 05:34:10 +0000 (05:34 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 21 Sep 2010 05:34:10 +0000 (05:34 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@52532 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_con/ecore_con_ssl.c

index 54ffc63..b04794c 100644 (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;