aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-21 13:22:48 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-21 13:22:48 +0000
commit5c772292f785e217307b611454d1fcc995402140 (patch)
tree06d8008eba37d6887797893e58ff13519c5c1b60 /src/include
parent12aa63458e22aa369d8ac64d5448cc17a0618817 (diff)
downloadgnunet-5c772292f785e217307b611454d1fcc995402140.tar.gz
gnunet-5c772292f785e217307b611454d1fcc995402140.zip
doxygen fixes
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_peerinfo_service.h1
-rw-r--r--src/include/gnunet_resolver_service.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/include/gnunet_peerinfo_service.h b/src/include/gnunet_peerinfo_service.h
index e56c2e378..ac88df201 100644
--- a/src/include/gnunet_peerinfo_service.h
+++ b/src/include/gnunet_peerinfo_service.h
@@ -83,7 +83,6 @@ GNUNET_PEERINFO_disconnect (struct GNUNET_PEERINFO_Handle *h);
83 * merge the two HELLOs prior to transmission to the service. 83 * merge the two HELLOs prior to transmission to the service.
84 * 84 *
85 * @param h handle to the peerinfo service 85 * @param h handle to the peerinfo service
86 * @param peer identity of the peer
87 * @param hello the verified (!) HELLO message 86 * @param hello the verified (!) HELLO message
88 */ 87 */
89void 88void
diff --git a/src/include/gnunet_resolver_service.h b/src/include/gnunet_resolver_service.h
index 319b7e977..64e97ea7e 100644
--- a/src/include/gnunet_resolver_service.h
+++ b/src/include/gnunet_resolver_service.h
@@ -114,7 +114,7 @@ typedef void (*GNUNET_RESOLVER_HostnameCallback) (void *cls,
114/** 114/**
115 * Get local hostname 115 * Get local hostname
116 * 116 *
117 * @param hostname 117 * @return local hostname, caller must free
118 */ 118 */
119char * 119char *
120GNUNET_RESOLVER_local_hostname_get ( void ); 120GNUNET_RESOLVER_local_hostname_get ( void );