aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_consensus_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_consensus_service.h b/src/include/gnunet_consensus_service.h
index fe35d4794..49f18c950 100644
--- a/src/include/gnunet_consensus_service.h
+++ b/src/include/gnunet_consensus_service.h
@@ -75,7 +75,7 @@ struct GNUNET_CONSENSUS_Element
75 * GNUNET_SYSERR if the element should be ignored and not be propagated 75 * GNUNET_SYSERR if the element should be ignored and not be propagated
76 */ 76 */
77typedef int (*GNUNET_CONSENSUS_ElementCallback) (void *cls, 77typedef int (*GNUNET_CONSENSUS_ElementCallback) (void *cls,
78 struct GNUNET_CONSENSUS_Element *element); 78 const struct GNUNET_CONSENSUS_Element *element);
79 79
80 80
81 81