aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_common.h')
-rw-r--r--src/include/gnunet_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index 2636824d3..b8a667524 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -235,7 +235,7 @@ GNUNET_logger_remove (GNUNET_Logger logger, void *logger_cls);
235 * NOT reentrant! 235 * NOT reentrant!
236 * 236 *
237 * @param hc the hash code 237 * @param hc the hash code
238 * @return string 238 * @return string
239 */ 239 */
240const char * 240const char *
241GNUNET_h2s (const GNUNET_HashCode * hc); 241GNUNET_h2s (const GNUNET_HashCode * hc);
@@ -368,7 +368,7 @@ GNUNET_htonll (unsigned long long n);
368 368
369/** 369/**
370 * Allocate and initialize a block of memory. 370 * Allocate and initialize a block of memory.
371 * 371 *
372 * @param buf data to initalize the block with 372 * @param buf data to initalize the block with
373 * @param size the number of bytes in buf (and size of the allocation) 373 * @param size the number of bytes in buf (and size of the allocation)
374 * @return pointer to size bytes of memory, never NULL (!) 374 * @return pointer to size bytes of memory, never NULL (!)