*
* Return name of localhost. This will also attempt to resolve
* the real hostname by the local host's IP address. If unsuccessful
- * the first found hostname is returned.
+ * the first found hostname is returned. The caller must free
+ * returned hostname.
*
***/
char *silc_net_localhost(void);
*
* DESCRIPTION
*
- * Return IP of localhost.
+ * Return IP of localhost. The caller must free the returned IP.
*
***/
char *silc_net_localip(void);
* DESCRIPTION
*
* Returns the username of the user. If the global variable LOGNAME
- * does not exists we will get the name from the passwd file.
+ * does not exists we will get the name from the passwd file. The
+ * caller must free the returned name.
*
* This function is system dependant.
*
*
* DESCRIPTION
*
- * Returns the real name of ther user from the passwd file.
+ * Returns the real name of ther user from the passwd file. The
+ * caller must free the returned name.
*
* This function is system dependant.
*