aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_revocation_service.h
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-04-21 18:25:36 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-04-21 18:25:36 +0200
commite3866c8f09e173e7d36cce25015ecfbd666cd5bc (patch)
tree9eabafeac99f0fcc7a96a83b375b04c72f6ca43f /src/include/gnunet_revocation_service.h
parent6bda628f704707ab92b17c4006a4a8fcf6bd48dd (diff)
downloadgnunet-e3866c8f09e173e7d36cce25015ecfbd666cd5bc.tar.gz
gnunet-e3866c8f09e173e7d36cce25015ecfbd666cd5bc.zip
update API for cleanup of handle
Diffstat (limited to 'src/include/gnunet_revocation_service.h')
-rw-r--r--src/include/gnunet_revocation_service.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/include/gnunet_revocation_service.h b/src/include/gnunet_revocation_service.h
index 394f561dc..9a8918b43 100644
--- a/src/include/gnunet_revocation_service.h
+++ b/src/include/gnunet_revocation_service.h
@@ -244,13 +244,14 @@ GNUNET_REVOCATION_pow_round (struct GNUNET_REVOCATION_PowCalculationHandle *pc);
244 244
245 245
246/** 246/**
247 * Cleanup a PoW calculation 247 * Stop a PoW calculation
248 * 248 *
249 * @param pc the calculation to clean up 249 * @param pc the calculation to clean up
250 * @return #GNUNET_YES if pow valid, #GNUNET_NO if pow was set but is not
251 * valid
250 */ 252 */
251void 253void
252GNUNET_REVOCATION_pow_cleanup ( 254GNUNET_REVOCATION_pow_stop (struct GNUNET_REVOCATION_PowCalculationHandle *pc);
253 struct GNUNET_REVOCATION_PowCalculationHandle *pc);
254 255
255#if 0 /* keep Emacsens' auto-indent happy */ 256#if 0 /* keep Emacsens' auto-indent happy */
256{ 257{