X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcnet.h;h=40e138f8991e99d5d388c2da475992bb7d7c83ed;hb=e2890b9b6f74ba4ab2f4ac67658f5c0fea4380b3;hp=2cfa2430355465719689b4b42507918cce631169;hpb=70fceb1b71e76e1ff2719988cad63a9113b38641;p=silc.git diff --git a/lib/silcutil/silcnet.h b/lib/silcutil/silcnet.h index 2cfa2430..40e138f8 100644 --- a/lib/silcutil/silcnet.h +++ b/lib/silcutil/silcnet.h @@ -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