From 4547bfb318bfad96b12694dd93a50f50717478b6 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 15 Jan 2020 11:48:41 +0100 Subject: fix fakebank account vs. full payto confusion --- src/include/taler_util.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/include/taler_util.h') diff --git a/src/include/taler_util.h b/src/include/taler_util.h index da5017949..0f4eaab66 100644 --- a/src/include/taler_util.h +++ b/src/include/taler_util.h @@ -280,4 +280,15 @@ 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 + * @return only the account name from the @a payto URL, NULL if not an x-taler-bank + * payto URL + */ +char * +TALER_xtalerbank_account_from_payto (const char *payto); + + #endif -- cgit v1.2.3