aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_secretsharing_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_secretsharing_service.h')
-rw-r--r--src/include/gnunet_secretsharing_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_secretsharing_service.h b/src/include/gnunet_secretsharing_service.h
index 4479f0d80..7eb372ef5 100644
--- a/src/include/gnunet_secretsharing_service.h
+++ b/src/include/gnunet_secretsharing_service.h
@@ -246,7 +246,7 @@ GNUNET_SECRETSHARING_share_read (void *data, size_t len);
246 * Convert a share to its binary representation. Use 246 * Convert a share to its binary representation. Use
247 * #GNUNET_SECRETSHARING_share_size to get the necessary size for the binary 247 * #GNUNET_SECRETSHARING_share_size to get the necessary size for the binary
248 * representation. 248 * representation.
249 * 249 *
250 * @param share share to write 250 * @param share share to write
251 * @param buf buffer to write to 251 * @param buf buffer to write to
252 * @param buflen number of writable bytes in @a buffer 252 * @param buflen number of writable bytes in @a buffer