diff options
Diffstat (limited to 'src/exchange/taler-exchange-httpd_reserves_get.h')
-rw-r--r-- | src/exchange/taler-exchange-httpd_reserves_get.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd_reserves_get.h b/src/exchange/taler-exchange-httpd_reserves_get.h index 1eb9ab60..30c6559f 100644 --- a/src/exchange/taler-exchange-httpd_reserves_get.h +++ b/src/exchange/taler-exchange-httpd_reserves_get.h @@ -28,6 +28,15 @@ /** + * Shutdown reserves-get subsystem. Resumes all + * suspended long-polling clients and cleans up + * data structures. + */ +void +TEH_reserves_get_cleanup (void); + + +/** * Handle a GET "/reserves/" request. Parses the * given "reserve_pub" in @a args (which should contain the * EdDSA public key of a reserve) and then respond with the |