summaryrefslogtreecommitdiff
path: root/src/include/taler_util.h
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-01-18 01:13:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2020-01-18 01:13:53 +0100
commitd2d7791c698cee7912fc054660cced40ff2171de (patch)
tree7f05eae6a413948eeb6fe63acbcbe822c5695fc3 /src/include/taler_util.h
parentc805e9cf20d39b17336a05c0879aac028de7488b (diff)
downloadexchange-d2d7791c698cee7912fc054660cced40ff2171de.tar.gz
exchange-d2d7791c698cee7912fc054660cced40ff2171de.tar.bz2
exchange-d2d7791c698cee7912fc054660cced40ff2171de.zip
DCE: only keep x-taler-wire processing functions we actually use/need
Diffstat (limited to 'src/include/taler_util.h')
-rw-r--r--src/include/taler_util.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/src/include/taler_util.h b/src/include/taler_util.h
index 37b6765a2..335b123c3 100644
--- a/src/include/taler_util.h
+++ b/src/include/taler_util.h
@@ -246,41 +246,6 @@ TALER_payto_get_method (const char *payto_url);
/**
- * Create an x-taler-bank payto:// URL from a @a bank_url
- * and an @a account_name.
- *
- * @param bank_url the bank URL
- * @param account_name the account name
- * @return payto:// URL
- */
-char *
-TALER_payto_xtalerbank_make (const char *bank_url,
- const char *account_name);
-
-
-/**
- * Create an x-taler-bank payto:// URL from an @a account_url.
- *
- * @param account_url the bank URL
- * @param account_name the account name
- * @return payto:// URL
- */
-char *
-TALER_payto_xtalerbank_make2 (const char *account_url);
-
-
-/**
- * Given an x-taler-bank payto:// URL, compute
- * the HTTP(S) base URL of the account.
- *
- * @param payto the payto URL
- * @return bank URL of the account, NULL if not x-taler-bak payto URL
- */
-char *
-TALER_xtalerbank_base_url_from_payto (const char *payto);
-
-
-/**
* Obtain the account name from a payto URL.
*
* @param payto an x-taler-bank payto URL