diff options
Diffstat (limited to 'src/include/taler_util.h')
-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. * |