aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_consensus_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-14 13:55:40 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-14 13:55:40 +0000
commitc0ee9a86aba8adf73d03a5b7bfa4650a24028855 (patch)
tree01ddb5ddabec5ddb89a83db58ca25c97431d7cd5 /src/include/gnunet_consensus_service.h
parente7952b62750bbebe5c4203da6b42da4ac34d35b3 (diff)
downloadgnunet-c0ee9a86aba8adf73d03a5b7bfa4650a24028855.tar.gz
gnunet-c0ee9a86aba8adf73d03a5b7bfa4650a24028855.zip
-const
Diffstat (limited to 'src/include/gnunet_consensus_service.h')
-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