summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_pay.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-merchant-httpd_pay.h')
-rw-r--r--src/backend/taler-merchant-httpd_pay.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_pay.h b/src/backend/taler-merchant-httpd_pay.h
index 124a9d97..d4f4958a 100644
--- a/src/backend/taler-merchant-httpd_pay.h
+++ b/src/backend/taler-merchant-httpd_pay.h
@@ -1,6 +1,6 @@
/*
This file is part of TALER
- (C) 2014, 2015 GNUnet e.V.
+ (C) 2014-2017 GNUnet e.V.
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
@@ -23,6 +23,15 @@
#include <microhttpd.h>
#include "taler-merchant-httpd.h"
+
+/**
+ * Force all pay contexts to be resumed as we are about
+ * to shut down MHD.
+ */
+void
+MH_force_pc_resume (void);
+
+
/**
* Manage a payment
*