aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_revocation_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_revocation_service.h')
-rw-r--r--src/include/gnunet_revocation_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_revocation_service.h b/src/include/gnunet_revocation_service.h
index a5a014708..226dce357 100644
--- a/src/include/gnunet_revocation_service.h
+++ b/src/include/gnunet_revocation_service.h
@@ -184,7 +184,7 @@ GNUNET_REVOCATION_revoke_cancel (struct GNUNET_REVOCATION_Handle *h);
184 * @param ts revocation timestamp 184 * @param ts revocation timestamp
185 * @param pow proof of work value 185 * @param pow proof of work value
186 * @param matching_bits how many bits must match (configuration) 186 * @param matching_bits how many bits must match (configuration)
187 * @return #GNUNET_YES if the @a pow is acceptable, #GNUNET_NO if not 187 * @return number of epochs valid if the @a pow is acceptable, -1 if not
188 */ 188 */
189int 189int
190GNUNET_REVOCATION_check_pow (const struct GNUNET_REVOCATION_Pow *pow, 190GNUNET_REVOCATION_check_pow (const struct GNUNET_REVOCATION_Pow *pow,