summaryrefslogtreecommitdiff
path: root/src/sync/sync-httpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sync/sync-httpd.h')
-rw-r--r--src/sync/sync-httpd.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/sync/sync-httpd.h b/src/sync/sync-httpd.h
index c129c7e..c24b67d 100644
--- a/src/sync/sync-httpd.h
+++ b/src/sync/sync-httpd.h
@@ -1,6 +1,6 @@
/*
This file is part of TALER
- Copyright (C) 2019 Taler Systems SA
+ Copyright (C) 2019-2021 Taler Systems SA
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
@@ -154,6 +154,11 @@ extern char *SH_fulfillment_url;
extern struct GNUNET_CURL_Context *SH_ctx;
/**
+ * Amount of insurance.
+ */
+extern struct TALER_Amount SH_insurance;
+
+/**
* Kick MHD to run now, to be called after MHD_resume_connection().
* Basically, we need to explicitly resume MHD's event loop whenever
* we made progress serving a request. This function re-schedules