aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_consensus_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_consensus_service.h')
-rw-r--r--src/include/gnunet_consensus_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_consensus_service.h b/src/include/gnunet_consensus_service.h
index fc1255506..b7085a801 100644
--- a/src/include/gnunet_consensus_service.h
+++ b/src/include/gnunet_consensus_service.h
@@ -95,7 +95,7 @@ GNUNET_CONSENSUS_create (const struct GNUNET_CONFIGURATION_Handle *cfg,
95 * GNUNET_CONSENSUS_destroy instead. 95 * GNUNET_CONSENSUS_destroy instead.
96 * 96 *
97 * @param cls 97 * @param cls
98 * @param success GNUNET_OK on success, GNUNET_SYSERR if 98 * @param success GNUNET_OK on success, GNUNET_SYSERR if
99 * the insertion and thus the consensus failed for good 99 * the insertion and thus the consensus failed for good
100 */ 100 */
101typedef void (*GNUNET_CONSENSUS_InsertDoneCallback) (void *cls, 101typedef void (*GNUNET_CONSENSUS_InsertDoneCallback) (void *cls,
@@ -111,7 +111,7 @@ typedef void (*GNUNET_CONSENSUS_InsertDoneCallback) (void *cls,
111 * 111 *
112 * @param consensus handle for the consensus session 112 * @param consensus handle for the consensus session
113 * @param element the element to be inserted 113 * @param element the element to be inserted
114 * @param idc function called when we are done with this element and it 114 * @param idc function called when we are done with this element and it
115 * is thus allowed to call GNUNET_CONSENSUS_insert again 115 * is thus allowed to call GNUNET_CONSENSUS_insert again
116 * @param idc_cls closure for 'idc' 116 * @param idc_cls closure for 'idc'
117 */ 117 */