aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 7b555d4f27..1977a7f555 100644
--- a/src/include/gnunet_consensus_service.h
+++ b/src/include/gnunet_consensus_service.h
@@ -127,7 +127,7 @@ GNUNET_CONSENSUS_insert (struct GNUNET_CONSENSUS_Handle *consensus,
*/
typedef void (*GNUNET_CONSENSUS_ConcludeCallback) (void *cls,
unsigned int num_peers_in_consensus,
- cnost struct GNUNET_PeerIdentity *peers_in_consensus);
+ const struct GNUNET_PeerIdentity *peers_in_consensus);
/**