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 5035d6baa..8c58fd6e3 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -1510,7 +1510,7 @@ GNUNET_is_zero_ (const void *a,
1510 * will be updated to reflect the new address. The TYPE of 1510 * will be updated to reflect the new address. The TYPE of
1511 * arr is important since size is the number of elements and 1511 * arr is important since size is the number of elements and
1512 * not the size in bytes 1512 * not the size in bytes
1513 * @param len the number of elements in the existing vector (number 1513 * @param len2 the number of elements in the existing vector (number
1514 * of elements to copy over), will be updated with the new 1514 * of elements to copy over), will be updated with the new
1515 * array size 1515 * array size
1516 1516
@@ -1743,7 +1743,7 @@ GNUNET_copy_message (const struct GNUNET_MessageHeader *msg);
1743 * Set the async scope for the current thread. 1743 * Set the async scope for the current thread.
1744 * 1744 *
1745 * @param aid the async scope identifier 1745 * @param aid the async scope identifier
1746 * @param old_scope[out] location to save the old scope 1746 * @param[out] old_scope location to save the old scope
1747 */ 1747 */
1748void 1748void
1749GNUNET_async_scope_enter (const struct GNUNET_AsyncScopeId *aid, 1749GNUNET_async_scope_enter (const struct GNUNET_AsyncScopeId *aid,