aboutsummaryrefslogtreecommitdiff
path: root/src
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 /src
parent6f3db5a9f86d272c27ba8c5b3da3849c536b66e6 (diff)
downloadgnunet-f76b38decdf5b4414124fdb82575437a1aaaee82.tar.gz
gnunet-f76b38decdf5b4414124fdb82575437a1aaaee82.zip
- fix typo
Diffstat (limited to 'src')
-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 7b555d4f2..1977a7f55 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,
127 */ 127 */
128typedef void (*GNUNET_CONSENSUS_ConcludeCallback) (void *cls, 128typedef void (*GNUNET_CONSENSUS_ConcludeCallback) (void *cls,
129 unsigned int num_peers_in_consensus, 129 unsigned int num_peers_in_consensus,
130 cnost struct GNUNET_PeerIdentity *peers_in_consensus); 130 const struct GNUNET_PeerIdentity *peers_in_consensus);
131 131
132 132
133/** 133/**