Added SILC_ENABLE_DEBUG macro.
[silc.git] / lib / silcutil / silcnet.h
index 429d7cee7287cfb64e0746269d5e4094ee1ff61a..9dd5acd26bd454c5adbdcffe7f88755bae43bca8 100644 (file)
@@ -419,8 +419,6 @@ char *silc_net_localhost(void);
  ***/
 char *silc_net_localip(void);
 
-#if defined(SILC_WIN32)
-
 /****f* silcutil/SilcNetAPI/silc_net_win32_init
  *
  * SYNOPSIS
@@ -437,6 +435,10 @@ char *silc_net_localip(void);
  *    FALSE on error.  The network will not work if this function returns
  *    FALSE.
  *
+ * NOTES
+ *
+ *    This routines is available only on Win32 platform.
+ *
  ***/
 bool silc_net_win32_init(void);
 
@@ -453,9 +455,11 @@ bool silc_net_win32_init(void);
  *    is usually called when the application is exiting.  After calling
  *    this function the SILC Net API routines will not work anymore.
  *
+ * NOTES
+ *
+ *    This routines is available only on Win32 platform.
+ *
  ***/
 void silc_net_win32_uninit(void);
 
 #endif
-
-#endif