Smallers steps to keep plugin running
[oweals/gnunet.git] / src / include / gnunet_resolver_service.h
index f8b1e79c7043459054ee84d962817439f5047255..b55ca2f5616a02e574bb73e47adffcb885ec649e 100644 (file)
@@ -111,6 +111,14 @@ GNUNET_RESOLVER_hostname_resolve (struct GNUNET_SCHEDULER_Handle *sched,
 typedef void (*GNUNET_RESOLVER_HostnameCallback) (void *cls,
                                                   const char *hostname);
 
+/**
+ * Get local fully qualified domain name
+ *
+ * @return local hostname, caller must free
+ */
+char *
+GNUNET_RESOLVER_local_fqdn_get ( void );
+
 
 /**
  * Perform a reverse DNS lookup.