Header change.
authorPekka Riikonen <priikone@silcnet.org>
Thu, 28 Jun 2007 16:24:20 +0000 (16:24 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Thu, 28 Jun 2007 16:24:20 +0000 (16:24 +0000)
lib/silcutil/silcnet.h

index 717e918c28ecc4d776569b3558fad5080ab27a0d..3bbc40ab665501b7b3c34625d347afcb8408b7a0 100644 (file)
@@ -504,7 +504,7 @@ typedef void (*SilcNetResolveCallback)(const char *result, void *context);
  * SYNOPSIS
  *
  *    SilcBool silc_net_gethostbyname(const char *name, SilcBool prefer_ipv6,
- *                                char *address, SilcUInt32 address_len);
+ *                                    char *address, SilcUInt32 address_len);
  *
  * DESCRIPTION
  *
@@ -553,9 +553,9 @@ void silc_net_gethostbyname_async(const char *name,
  * SYNOPSIS
  *
  *   SilcBool silc_net_gethostbyaddr(const char *addr, char *name,
- *                               SilcUInt32 name_len);
+ *                                   SilcUInt32 name_len);
  *
- * DESCRIPTION
+x * DESCRIPTION
  *
  *    Resolves the hostname for the IP address indicated by the `addr'
  *    This returns TRUE and the resolved hostname to the `name' buffer,