Smallers steps to keep plugin running
[oweals/gnunet.git] / src / include / gnunet_resolver_service.h
index 319b7e977a7973ed72aa24a292c460133f529172..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 ( void );
+GNUNET_RESOLVER_local_fqdn_get ( void );
+
 
 /**
  * Perform a reverse DNS lookup.