aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/gnunet_peerinfo_service.h1
-rw-r--r--src/include/gnunet_resolver_service.h2
-rw-r--r--src/peerinfo/peerinfo_api.c1
3 files changed, 1 insertions, 3 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 );
diff --git a/src/peerinfo/peerinfo_api.c b/src/peerinfo/peerinfo_api.c
index c8a9daabe..15832ca80 100644
--- a/src/peerinfo/peerinfo_api.c
+++ b/src/peerinfo/peerinfo_api.c
@@ -286,7 +286,6 @@ trigger_transmit (struct GNUNET_PEERINFO_Handle *h)
286 * merge the two HELLOs prior to transmission to the service. 286 * merge the two HELLOs prior to transmission to the service.
287 * 287 *
288 * @param h handle to the peerinfo service 288 * @param h handle to the peerinfo service
289 * @param peer identity of the peer
290 * @param hello the verified (!) HELLO message 289 * @param hello the verified (!) HELLO message
291 */ 290 */
292void 291void