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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index 5b2338998..cc42cac86 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -786,6 +786,7 @@ GNUNET_ntoh_double (double d);
786 */ 786 */
787#define GNUNET_memcpy(dst,src,n) do { if (0 != n) { (void) memcpy (dst,src,n); } } while (0) 787#define GNUNET_memcpy(dst,src,n) do { if (0 != n) { (void) memcpy (dst,src,n); } } while (0)
788 788
789
789/** 790/**
790 * @ingroup memory 791 * @ingroup memory
791 * Allocate a size @a n array with structs or unions of the given @a type. 792 * Allocate a size @a n array with structs or unions of the given @a type.