Smallers steps to keep plugin running
[oweals/gnunet.git] / src / include / gnunet_resolver_service.h
index 9110f166cca2e4fb1d2cb3c036d34dbddf3ef81f..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
  *
- * @param hostname
+ * @return local hostname, caller must free
  */
 char *
-GNUNET_RESOLVER_local_hostname_get ();
+GNUNET_RESOLVER_local_fqdn_get ( void );
+
 
 /**
  * Perform a reverse DNS lookup.