diff options
Diffstat (limited to 'src/include/taler_json_lib.h')
-rw-r--r-- | src/include/taler_json_lib.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/include/taler_json_lib.h b/src/include/taler_json_lib.h index ea621cea6..bc21957e8 100644 --- a/src/include/taler_json_lib.h +++ b/src/include/taler_json_lib.h | |||
@@ -523,19 +523,6 @@ TALER_JSON_exchange_wire_signature_check ( | |||
523 | 523 | ||
524 | 524 | ||
525 | /** | 525 | /** |
526 | * Validate payto:// account URL (only account information, | ||
527 | * wire subject and amount are ignored). | ||
528 | * | ||
529 | * @param payto_uri URL to parse | ||
530 | * @return #GNUNET_YES if @a payto_uri is a valid payto://iban URI | ||
531 | * #GNUNET_NO if @a payto_uri is a payto URI of an unsupported type (but may be valid) | ||
532 | * #GNUNET_SYSERR if the account incorrect or this is not a payto://-URI at all | ||
533 | */ | ||
534 | enum GNUNET_GenericReturnValue | ||
535 | TALER_JSON_validate_payto (const char *payto_uri); | ||
536 | |||
537 | |||
538 | /** | ||
539 | * Create a signed wire statement for the given account. | 526 | * Create a signed wire statement for the given account. |
540 | * | 527 | * |
541 | * @param payto_uri account specification | 528 | * @param payto_uri account specification |