diff options
Diffstat (limited to 'src/backend/taler-merchant-httpd_private-post-orders.h')
-rw-r--r-- | src/backend/taler-merchant-httpd_private-post-orders.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/backend/taler-merchant-httpd_private-post-orders.h b/src/backend/taler-merchant-httpd_private-post-orders.h index 9d7b1841..cbbb59c0 100644 --- a/src/backend/taler-merchant-httpd_private-post-orders.h +++ b/src/backend/taler-merchant-httpd_private-post-orders.h @@ -23,6 +23,14 @@ #include "taler-merchant-httpd.h" + +/** + * Force resuming all suspended orders on shutdown. + */ +void +TMH_force_orders_resume (void); + + /** * Generate an order. We add the fields 'exchanges', 'merchant_pub', and * 'H_wire' to the order gotten from the frontend, as well as possibly other |