silc_net_listener_get_hostname

SYNOPSIS

    char **silc_net_listener_get_hostname(SilcNetListener listener,
                                          SilcUInt32 *hostname_count);

DESCRIPTION

Returns the hostnames to where the `listener' is bound. Returns an array of hostnames of size of `hostname_count'. The caller must free the array and its strings with silc_free.