aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/consensus_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/consensus/consensus_api.c')
-rw-r--r--src/consensus/consensus_api.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/consensus/consensus_api.c b/src/consensus/consensus_api.c
index c4350adaf..06b4c88ef 100644
--- a/src/consensus/consensus_api.c
+++ b/src/consensus/consensus_api.c
@@ -259,6 +259,7 @@ idc_adapter (void *cls)
259 GNUNET_free (i); 259 GNUNET_free (i);
260} 260}
261 261
262
262/** 263/**
263 * Insert an element in the set being reconsiled. Must not be called after 264 * Insert an element in the set being reconsiled. Must not be called after
264 * "GNUNET_CONSENSUS_conclude". 265 * "GNUNET_CONSENSUS_conclude".
@@ -344,4 +345,5 @@ GNUNET_CONSENSUS_destroy (struct GNUNET_CONSENSUS_Handle *consensus)
344 GNUNET_free (consensus); 345 GNUNET_free (consensus);
345} 346}
346 347
348
347/* end of consensus_api.c */ 349/* end of consensus_api.c */