aboutsummaryrefslogtreecommitdiff
path: root/src/zklaim/zklaim_functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zklaim/zklaim_functions.h')
-rw-r--r--src/zklaim/zklaim_functions.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/zklaim/zklaim_functions.h b/src/zklaim/zklaim_functions.h
index 6fda611fa..4b141a56a 100644
--- a/src/zklaim/zklaim_functions.h
+++ b/src/zklaim/zklaim_functions.h
@@ -74,4 +74,10 @@ ZKLAIM_context_prove (struct GNUNET_ZKLAIM_Context *ctx,
74 GNUNET_ZKLAIM_PredicateIterator iter, 74 GNUNET_ZKLAIM_PredicateIterator iter,
75 void *iter_cls); 75 void *iter_cls);
76 76
77
78int
79ZKLAIM_context_verify (struct GNUNET_ZKLAIM_Context *ctx,
80 GNUNET_ZKLAIM_PredicateIterator iter,
81 void *iter_cls);
82
77#endif 83#endif