Smallers steps to keep plugin running
[oweals/gnunet.git] / src / include / gnunet_resolver_service.h
index 64e97ea7ec2ae2e2c394646e424765ec2830c401..b55ca2f5616a02e574bb73e47adffcb885ec649e 100644 (file)
@@ -112,12 +112,13 @@ typedef void (*GNUNET_RESOLVER_HostnameCallback) (void *cls,
                                                   const char *hostname);
 
 /**
- * Get local hostname
+ * Get local fully qualified domain name
  *
  * @return local hostname, caller must free
  */
 char *
-GNUNET_RESOLVER_local_hostname_get ( void );
+GNUNET_RESOLVER_local_fqdn_get ( void );
+
 
 /**
  * Perform a reverse DNS lookup.