diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-15 14:57:58 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-15 14:58:10 +0100 |
commit | b37fff0d5b08926169633ce8822de7ac616ae169 (patch) | |
tree | 88be0f24a260f2e7037cabd60227584a5c7f6749 /src/include | |
parent | d822035216d9ad33665a2f8274432918ca7d42be (diff) |
ftbfs
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_util.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/include/taler_util.h b/src/include/taler_util.h index 0f4eaab66..504f9b39c 100644 --- a/src/include/taler_util.h +++ b/src/include/taler_util.h @@ -259,6 +259,17 @@ TALER_payto_xtalerbank_make (const char *bank_url, /** + * 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. * |