aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-11-15 14:55:44 +0000
committerBart Polot <bart@net.in.tum.de>2012-11-15 14:55:44 +0000
commitf76b38decdf5b4414124fdb82575437a1aaaee82 (patch)
treef1a66fe060913438c9678080286268e594de57f6
parent6f3db5a9f86d272c27ba8c5b3da3849c536b66e6 (diff)
- fix typo
-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);
/**