projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01d5ba6
)
replaced local_hostname_get with local_fqdn_get
author
Matthias Wachs
<wachs@net.in.tum.de>
Thu, 22 Apr 2010 11:33:46 +0000
(11:33 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Thu, 22 Apr 2010 11:33:46 +0000
(11:33 +0000)
src/include/gnunet_resolver_service.h
patch
|
blob
|
history
diff --git
a/src/include/gnunet_resolver_service.h
b/src/include/gnunet_resolver_service.h
index 64e97ea7ec2ae2e2c394646e424765ec2830c401..b55ca2f5616a02e574bb73e47adffcb885ec649e 100644
(file)
--- a/
src/include/gnunet_resolver_service.h
+++ b/
src/include/gnunet_resolver_service.h
@@
-112,12
+112,13
@@
typedef void (*GNUNET_RESOLVER_HostnameCallback) (void *cls,
const char *hostname);
/**
- * Get local
host
name
+ * 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.