23 #ifndef HOSTNAME_H_INCLUDED
24 #define HOSTNAME_H_INCLUDED
const gchar * get_local_hostname_fqdn(void)
Definition: hostname.c:75
void hostname_global_init(void)
Definition: hostname.c:196
gchar * convert_hostname_to_short_hostname(gchar *hostname, gsize hostname_len)
Definition: hostname.c:116
const gchar * get_local_hostname_short(void)
Definition: hostname.c:83
gchar * convert_hostname_to_fqdn(gchar *hostname, gsize hostname_len)
Definition: hostname.c:90
void hostname_reinit(const gchar *custom_domain)
Definition: hostname.c:187
void hostname_global_deinit(void)
Definition: hostname.c:202