diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-09-20 13:48:15 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-09-20 13:48:15 +0200 |
commit | a6f8fa98b0253091cae0f2e38fb5fcec47e115fa (patch) | |
tree | c505f31400c14486ad68cdb237decc8fa35ca117 /src/mint/taler-mint-httpd.h | |
parent | 1eadd66ae0c4abe6867321bcac0ad2f9832a0baf (diff) |
implement #3972: support multiple wire formats concurrently
Diffstat (limited to 'src/mint/taler-mint-httpd.h')
-rw-r--r-- | src/mint/taler-mint-httpd.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mint/taler-mint-httpd.h b/src/mint/taler-mint-httpd.h index a54e5aa2e..3cbbc0dfd 100644 --- a/src/mint/taler-mint-httpd.h +++ b/src/mint/taler-mint-httpd.h @@ -48,9 +48,11 @@ extern int TMH_test_mode; extern char *TMH_mint_directory; /** - * In which format does this MINT expect wiring instructions? + * 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 char *TMH_expected_wire_format; +extern const char **TMH_expected_wire_formats; /** * Master public key (according to the |