replaced local_hostname_get with local_fqdn_get
authorMatthias Wachs <wachs@net.in.tum.de>
Thu, 22 Apr 2010 11:33:46 +0000 (11:33 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Thu, 22 Apr 2010 11:33:46 +0000 (11:33 +0000)
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.