aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_consensus_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-12-21 13:36:42 +0000
committerChristian Grothoff <christian@grothoff.org>2012-12-21 13:36:42 +0000
commitfb9e3f9dbb17d3a606ff6aac9791b7a7ab436d56 (patch)
tree0a321694d84c8430346dde8fb98579eb5c2e2881 /src/include/gnunet_consensus_service.h
parent666cabf224bcbd03de1519820316fa5737f70a9b (diff)
downloadgnunet-fb9e3f9dbb17d3a606ff6aac9791b7a7ab436d56.tar.gz
gnunet-fb9e3f9dbb17d3a606ff6aac9791b7a7ab436d56.zip
-reminder
Diffstat (limited to 'src/include/gnunet_consensus_service.h')
-rw-r--r--src/include/gnunet_consensus_service.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gnunet_consensus_service.h b/src/include/gnunet_consensus_service.h
index 13e75e590..232033598 100644
--- a/src/include/gnunet_consensus_service.h
+++ b/src/include/gnunet_consensus_service.h
@@ -223,6 +223,7 @@ typedef void (*GNUNET_CONSENSUS_ConcludeCallback) (void *cls,
223void 223void
224GNUNET_CONSENSUS_conclude (struct GNUNET_CONSENSUS_Handle *consensus, 224GNUNET_CONSENSUS_conclude (struct GNUNET_CONSENSUS_Handle *consensus,
225 struct GNUNET_TIME_Relative timeout, 225 struct GNUNET_TIME_Relative timeout,
226 // unsigned int min_group_size_in_consensus,
226 GNUNET_CONSENSUS_ConcludeCallback conclude, 227 GNUNET_CONSENSUS_ConcludeCallback conclude,
227 void *conclude_cls); 228 void *conclude_cls);
228 229