summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_keys.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-15 14:40:08 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-15 14:40:08 +0100
commit20c0c01d02f6b388af3ef26db0b7c4953e7a9213 (patch)
tree60be627959286868f29122dc8be778122108e272 /src/exchange/taler-exchange-httpd_keys.h
parent4a519078e803c8ff042833a2200c5b6a0297fbe7 (diff)
downloadexchange-20c0c01d02f6b388af3ef26db0b7c4953e7a9213.tar.gz
exchange-20c0c01d02f6b388af3ef26db0b7c4953e7a9213.tar.bz2
exchange-20c0c01d02f6b388af3ef26db0b7c4953e7a9213.zip
fix new /keys shutdown sequence
Diffstat (limited to 'src/exchange/taler-exchange-httpd_keys.h')
-rw-r--r--src/exchange/taler-exchange-httpd_keys.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/exchange/taler-exchange-httpd_keys.h b/src/exchange/taler-exchange-httpd_keys.h
index 6966290f3..1bdabd0fd 100644
--- a/src/exchange/taler-exchange-httpd_keys.h
+++ b/src/exchange/taler-exchange-httpd_keys.h
@@ -197,10 +197,10 @@ TEH_keys_denomination_revoke (const struct GNUNET_HashCode *h_denom_pub);
* Resumse all suspended /keys requests, we may now have key material
* (or are shuting down).
*
- * @param[in] connection to suspend
+ * @param do_shutdown are we shutting down?
*/
void
-TEH_resume_keys_requests (void);
+TEH_resume_keys_requests (bool do_shutdown);
/**
@@ -329,11 +329,5 @@ TEH_keys_get_timing (const struct TALER_ExchangePublicKeyP *exchange_pub,
int
TEH_keys_init (void);
-/**
- * Close down keys submodule.
- */
-void
-TEH_keys_done (void);
-
#endif