aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/hello/hello-ng.c4
-rw-r--r--src/include/gnunet_hello_lib.h8
2 files changed, 6 insertions, 6 deletions
diff --git a/src/hello/hello-ng.c b/src/hello/hello-ng.c
index 96856a692..da3a069e0 100644
--- a/src/hello/hello-ng.c
+++ b/src/hello/hello-ng.c
@@ -60,8 +60,8 @@ GNUNET_NETWORK_STRUCT_END
60 * @param nt network type of @a address 60 * @param nt network type of @a address
61 * @param mono_time monotonic time at which @a address was valid 61 * @param mono_time monotonic time at which @a address was valid
62 * @param private_key signing key to use 62 * @param private_key signing key to use
63 * @param result[out] where to write address record (allocated) 63 * @param[out] result where to write address record (allocated)
64 * @param result_size[out] set to size of @a result 64 * @param[out] result_size set to size of @a result
65 */ 65 */
66void 66void
67GNUNET_HELLO_sign_address ( 67GNUNET_HELLO_sign_address (
diff --git a/src/include/gnunet_hello_lib.h b/src/include/gnunet_hello_lib.h
index b12108a33..86bf35110 100644
--- a/src/include/gnunet_hello_lib.h
+++ b/src/include/gnunet_hello_lib.h
@@ -485,8 +485,8 @@ GNUNET_HELLO_parse_uri (const char *uri,
485 * @param nt network type of @a address 485 * @param nt network type of @a address
486 * @param mono_time when was @a address valid 486 * @param mono_time when was @a address valid
487 * @param private_key signing key to use 487 * @param private_key signing key to use
488 * @param result[out] where to write address record (allocated) 488 * @param[out] result where to write address record (allocated)
489 * @param result_size[out] set to size of @a result 489 * @param[out] result_size set to size of @a result
490 */ 490 */
491void 491void
492GNUNET_HELLO_sign_address ( 492GNUNET_HELLO_sign_address (
@@ -504,8 +504,8 @@ GNUNET_HELLO_sign_address (
504 * @param raw raw signed address 504 * @param raw raw signed address
505 * @param raw_size size of @a raw 505 * @param raw_size size of @a raw
506 * @param pid public key to use for signature verification 506 * @param pid public key to use for signature verification
507 * @param nt[out] set to network type 507 * @param[out] nt set to network type
508 * @param mono_time[out] when was the address generated 508 * @param[out] mono_time when was the address generated
509 * @return NULL on error, otherwise the address 509 * @return NULL on error, otherwise the address
510 */ 510 */
511char * 511char *