diff options
| author | Christian Grothoff <christian@grothoff.org> | 2020-01-15 11:48:41 +0100 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2020-01-15 11:48:49 +0100 | 
| commit | 4547bfb318bfad96b12694dd93a50f50717478b6 (patch) | |
| tree | e60f6e1f8b2da591004015cdde7875c8518adb18 /src/include | |
| parent | 4c488a1d0ee668486d03fb5ad64924411c81b9a1 (diff) | |
fix fakebank account vs. full payto confusion
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 da501794..0f4eaab6 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  | 
