summaryrefslogtreecommitdiff
path: root/src/include/taler_util.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-15 14:57:58 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-15 14:58:10 +0100
commitb37fff0d5b08926169633ce8822de7ac616ae169 (patch)
tree88be0f24a260f2e7037cabd60227584a5c7f6749 /src/include/taler_util.h
parentd822035216d9ad33665a2f8274432918ca7d42be (diff)
downloadexchange-b37fff0d5b08926169633ce8822de7ac616ae169.tar.gz
exchange-b37fff0d5b08926169633ce8822de7ac616ae169.tar.bz2
exchange-b37fff0d5b08926169633ce8822de7ac616ae169.zip
ftbfs
Diffstat (limited to 'src/include/taler_util.h')
-rw-r--r--src/include/taler_util.h11
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.
*