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, 1 insertions, 3 deletions
diff --git a/src/include/gnunet_consensus_service.h b/src/include/gnunet_consensus_service.h
index 0c74a6a27..f7f784f6e 100644
--- a/src/include/gnunet_consensus_service.h
+++ b/src/include/gnunet_consensus_service.h
@@ -71,10 +71,8 @@ struct GNUNET_CONSENSUS_Element
71 * 71 *
72 * @param cls closure 72 * @param cls closure
73 * @param element new element, NULL on error 73 * @param element new element, NULL on error
74 * @return GNUNET_OK if the valid is well-formed and should be added to the consensus,
75 * GNUNET_SYSERR if the element should be ignored and not be propagated
76 */ 74 */
77typedef int (*GNUNET_CONSENSUS_ElementCallback) (void *cls, 75typedef void (*GNUNET_CONSENSUS_ElementCallback) (void *cls,
78 const struct GNUNET_CONSENSUS_Element *element); 76 const struct GNUNET_CONSENSUS_Element *element);
79 77
80 78