diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/osl/socket.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/osl/socket.h b/include/osl/socket.h index 864e8df88d84..0492dd3179ab 100644 --- a/include/osl/socket.h +++ b/include/osl/socket.h @@ -906,8 +906,7 @@ SAL_DLLPUBLIC void SAL_CALL osl_getHostnameOfHostAddr(const oslHostAddr Addr, rt */ SAL_DLLPUBLIC oslSocketAddr SAL_CALL osl_getSocketAddrOfHostAddr(const oslHostAddr Addr); -/** Retrieve this machines hostname. - May not always be a fully qualified domain name (FQDN). +/** Retrieve this machines hostname (NOT the FQDN) @param strLocalHostname out-parameter. The string that receives the local host name. @retval sal_True upon success @retval sal_False |