X-Git-Url: http://git.silcnet.org/gitweb/?p=runtime.git;a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcnet.h;h=30ee1fcc431f8b1e520bf1c1d00af823f63a058e;hp=e7edcda4ea83de05042535d97ccfe91d989af3c3;hb=b2e08028ce3fa0636c74686b8a067d18d3e10b29;hpb=afcd9ed820b767d8b6676a9156fa561b24ac2363 diff --git a/lib/silcutil/silcnet.h b/lib/silcutil/silcnet.h index e7edcda4..30ee1fcc 100644 --- a/lib/silcutil/silcnet.h +++ b/lib/silcutil/silcnet.h @@ -53,7 +53,7 @@ * DESCRIPTION * * The network listenr context. This context is created with the - * silc_net_create_listener function and destroyed with + * silc_net_tcp_create_listener function and destroyed with * silc_net_close_listener function. * ***/ @@ -737,7 +737,7 @@ SilcUInt32 silc_htonl(SilcUInt32 host); ***/ SilcUInt32 silc_ntohl(SilcUInt32 net); -/****f* silcutil/silc_htonl +/****f* silcutil/silc_htons * * SYNOPSIS * @@ -750,7 +750,7 @@ SilcUInt32 silc_ntohl(SilcUInt32 net); ***/ SilcUInt16 silc_htons(SilcUInt16 host); -/****f* silcutil/silc_ntohl +/****f* silcutil/silc_ntohs * * SYNOPSIS *