diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-12-02 21:41:24 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-12-02 21:41:24 +0100 |
commit | 6c5d46327bc09b1de2c5f1fb41290b7da4aed8d0 (patch) | |
tree | 2c33fc970a11e09dd3d53df9af60a5591c304543 /src/exchange/taler-exchange-httpd_terms.h | |
parent | 1043bc839f6bbdf23eb0aa0c4a84165b91828753 (diff) | |
download | exchange-6c5d46327bc09b1de2c5f1fb41290b7da4aed8d0.tar.gz exchange-6c5d46327bc09b1de2c5f1fb41290b7da4aed8d0.tar.bz2 exchange-6c5d46327bc09b1de2c5f1fb41290b7da4aed8d0.zip |
add more mime types, handle etag nicelydemo-2019-12-03-01
Diffstat (limited to 'src/exchange/taler-exchange-httpd_terms.h')
-rw-r--r-- | src/exchange/taler-exchange-httpd_terms.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd_terms.h b/src/exchange/taler-exchange-httpd_terms.h index 1cfd8239..18a42809 100644 --- a/src/exchange/taler-exchange-httpd_terms.h +++ b/src/exchange/taler-exchange-httpd_terms.h @@ -46,4 +46,13 @@ TEH_handler_terms (struct TEH_RequestHandler *rh, const char *upload_data, size_t *upload_data_size); +/** + * Load our terms of service as per configuration. + * + * @param cfg configuration to process + */ +void +TEH_load_terms (const struct GNUNET_CONFIGURATION_Handle *cfg); + + #endif |