updates.
[silc.git] / lib / silcutil / silcnet.h
index 2cfa2430355465719689b4b42507918cce631169..40e138f8991e99d5d388c2da475992bb7d7c83ed 100644 (file)
@@ -280,7 +280,7 @@ uint16 silc_net_get_local_port(int sock);
  *
  * SYNOPSIS
  *
- *    char *silc_net_localhost();
+ *    char *silc_net_localhost(void);
  *
  * DESCRIPTION
  *
@@ -289,7 +289,7 @@ uint16 silc_net_get_local_port(int sock);
  *    the first found hostname is returned.
  *
  ***/
-char *silc_net_localhost();
+char *silc_net_localhost(void);
 
 #ifdef WIN32