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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index 8703dc3b7..550b44c44 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -491,7 +491,7 @@ void *GNUNET_xmalloc_unchecked_ (size_t size,
491 * memory is available. 491 * memory is available.
492 */ 492 */
493void *GNUNET_xrealloc_ (void *ptr, 493void *GNUNET_xrealloc_ (void *ptr,
494 const size_t n, const char *filename, int linenumber); 494 size_t n, const char *filename, int linenumber);
495 495
496/** 496/**
497 * Free memory. Merely a wrapper for the case that we 497 * Free memory. Merely a wrapper for the case that we