diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_util.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/include/taler_util.h b/src/include/taler_util.h index 2cc0e4940..37b6765a2 100644 --- a/src/include/taler_util.h +++ b/src/include/taler_util.h @@ -281,17 +281,6 @@ TALER_xtalerbank_base_url_from_payto (const char *payto); /** - * 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_account_url_from_payto (const char *payto); - - -/** * Obtain the account name from a payto URL. * * @param payto an x-taler-bank payto URL |