aboutsummaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-01-25 13:21:37 +0100
committerChristian Grothoff <christian@grothoff.org>2016-01-25 13:21:37 +0100
commit79731479333a31955cb8faeceb4e24f3a745208a (patch)
treeccf789b30f55ba1b8e99af5d0b1b532d589f9a77 /src/mint/taler-mint-httpd.h
parent936acfa13116a7cb81e656db3acc31c5f9ab2fd5 (diff)
downloadexchange-79731479333a31955cb8faeceb4e24f3a745208a.tar.xz
fix #4149
Diffstat (limited to 'src/mint/taler-mint-httpd.h')
-rw-r--r--src/mint/taler-mint-httpd.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/mint/taler-mint-httpd.h b/src/mint/taler-mint-httpd.h
index e83dd66f2..d45325aa6 100644
--- a/src/mint/taler-mint-httpd.h
+++ b/src/mint/taler-mint-httpd.h
@@ -27,6 +27,7 @@
#include <microhttpd.h>
+
/**
* Which currency is used by this mint?
*/
@@ -53,13 +54,6 @@ extern int TMH_test_mode;
extern char *TMH_mint_directory;
/**
- * In which formats does this MINT expect wiring instructions?
- * NULL-terminated array of 0-terminated wire format types,
- * suitable for passing to #TALER_json_validate_wireformat().
- */
-extern const char **TMH_expected_wire_formats;
-
-/**
* Master public key (according to the
* configuration in the mint directory).
*/